Commit Graph

58 Commits (b2b9640b0d4bf80b4c0080c05e6d6327cf23065a)

Author SHA1 Message Date
OCA-git-bot bc26170855 partner_statement 14.0.1.2.0 2022-03-31 18:50:27 +00:00
OCA-git-bot fdd0409944 Merge PR #863 into 14.0
Signed-off-by rafaelbn
2022-03-31 18:39:59 +00:00
oca-git-bot 185f98da01
[IMP] update dotfiles [ci skip] 2022-03-30 21:34:29 +02:00
Pedro Castro Silva c1584b0004 Translated using Weblate (Portuguese)
Currently translated at 100.0% (92 of 92 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/pt/
2022-03-10 12:17:03 +00:00
Graeme Gellatly 22693cf160 Fix partner_statement: NULL Error in report 2022-03-04 10:03:01 +13:00
OCA-git-bot 7170df69cd partner_statement 14.0.1.1.2 2022-03-03 12:24:09 +00:00
OCA-git-bot f47ef74041 Merge PR #846 into 14.0
Signed-off-by AaronHForgeFlow
2022-03-03 12:17:51 +00:00
OCA-git-bot 5ff5492aad partner_statement 14.0.1.1.1 2022-02-28 08:11:10 +00:00
Eduardo De Miguel 009811ff75 [FIX] [14.0] Removed external dependencies already defined in Odoo base 2022-02-28 08:53:58 +01:00
Graeme Gellatly b635713413 [FIX][14.0] partner-statement: Remove need to groupby on amount_currency in Activity Statement
By aggregating before the case statement there is no need to group by amount_currency.

In earlier versions of Odoo this bug only presented in multicurrency transactions as company currency transactions
would have an amount_currency of 0.0 and group by 0.0 just fine.

In later versions of Odoo amount_currency is always set and this causes otherwise identical move lines
that should be summed to display seperately. However, amount_currency was required in groupby because it
was part of a non aggregated case statement with the sum inside.

By reversing the nesting we remove the need to group by amount_currency. This is safe because we already group by
currency_id and aggregates are not evaluated until after group by completes.
2021-12-31 12:10:13 +13:00
Ignacio Buioli d7c86cff9c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (92 of 92 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/es_AR/
2021-12-27 22:39:40 +00:00
OCA Transbot 227ab1d6fd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/
2021-12-17 12:58:47 +00:00
OCA-git-bot c547215031 partner_statement 14.0.1.1.0 2021-12-17 12:58:29 +00:00
OCA-git-bot d01267cbcf [UPD] README.rst 2021-12-17 12:58:28 +00:00
oca-travis 7f557aecab [UPD] Update partner_statement.pot 2021-12-17 12:48:18 +00:00
Christopher Ormaza 93091c3e66 [UPD] update implementation of report_xlsx_helper 2021-12-15 12:31:59 -05:00
Christopher Ormaza 12339a79bb [14.0][FWD] partner_statement
- Added html and xlsx support for activity outgoing statement
2021-12-15 12:14:00 -05:00
Pedro Castro Silva 9f3538e8b1 Translated using Weblate (Portuguese)
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/pt/
2021-11-15 13:36:34 +00:00
OCA-git-bot 4424e31241 [UPD] README.rst 2021-11-10 07:24:52 +00:00
oca-travis 0d8deaa8d2 [UPD] Update partner_statement.pot 2021-11-10 07:21:05 +00:00
Rujia Liu 5ee9d646c8 [MIG] partner_statement: Migration to 14.0 2021-11-09 16:57:35 +01:00
Jordi Ballester cf2b5f7ddf [partner_statement][fix] group by move line id
partner_statement 13.0.1.2.2
2021-11-09 16:50:07 +01:00
mreficent 26c37b017d [FIX] partner_statement: consider a multicurrency case
Detected cases where account_partial_reconcile has null currency_id, thus giving falsy amount_currency, and thus making some reconciled invoices appearing in the outstanding. Used _amount_residual of account move lines as reference to fix it.

partner_statement 13.0.1.2.1
2021-11-09 16:50:05 +01:00
Jordi Ballester 7c4dcf77cd [fix][partner_statement] correct default company
partner_statement 13.0.1.2.0
2021-11-09 16:50:04 +01:00
Ana Suárez 9c3a7d1fd6 Translated using Weblate (Spanish)
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/es/
2021-11-09 16:50:04 +01:00
Bosd 02cdcee816 Translated using Weblate (Dutch)
Currently translated at 27.2% (21 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/nl/
2021-11-09 16:50:04 +01:00
Ignacio Buioli 67f8f459f5 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/es_AR/
2021-11-09 16:50:04 +01:00
Lois Rilo 2ad8e03ff3 [13.0][IMP] partner_statement:
* show partner name at the top.
* simplify view logic for `name` and `ref` printing.
* fallback to journal entry `ref` when the journal item has no
  `ref` set.
* little query formatting changes to enhance readability.

[UPD] Update partner_statement.pot

[UPD] README.rst

partner_statement 13.0.1.1.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
2021-11-09 16:50:02 +01:00
Dorin Hongu ef91a2a6f9 Translated using Weblate (Romanian)
Currently translated at 90.9% (70 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/ro/
2021-11-09 16:50:02 +01:00
Dorin Hongu 5a71045521 Translated using Weblate (Romanian)
Currently translated at 72.7% (56 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/ro/
2021-11-09 16:50:02 +01:00
Marco Calcagni ef77ae3f4d Translated using Weblate (Italian)
Currently translated at 87.0% (67 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/it/
2021-11-09 16:50:02 +01:00
Ignacio Buioli 3f447b4a91 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/es_AR/

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
2021-11-09 16:50:00 +01:00
Ignacio Buioli 543324556b Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/es_AR/
2021-11-09 16:50:00 +01:00
Ignacio Buioli d27634784e Added translation using Weblate (Spanish (Argentina)) 2021-11-09 16:50:00 +01:00
mreficent 11ef63f1f6 [MIG] partner_statement: Migration to 13.0
[UPD] Update partner_statement.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
2021-11-09 16:49:59 +01:00
mreficent ff50971116 [IMP] partner_statement: black, isort 2021-11-09 16:49:59 +01:00
LGodoo 7a01e6e6ca Display only posted entries (#648)
* Add files via upload

Display only posted entries

* Update activity_statement.py

* Update report_statement_common.py

[UPD] Update partner_statement.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/
2021-11-09 16:49:57 +01:00
Cyril Vinh-Tung 5af15b1378 [FIX] Covers the case where name and ref are strictly the same in account_move_line 2021-11-09 16:49:57 +01:00
Maxime Chambreuil 60140919b0 [FIX] partner_statement: Default value for required field 2021-11-09 16:49:57 +01:00
Sergio Teruel 729fce259f IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security 2021-11-09 16:49:57 +01:00
Marco Calcagni ccd133822b Translated using Weblate (Italian)
Currently translated at 86.1% (68 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/it/
2021-11-09 16:49:57 +01:00
Khalid Hazam 0f434f41dd Translated using Weblate (French)
Currently translated at 100.0% (79 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/fr/
2021-11-09 16:49:57 +01:00
Eder Brito 039d042774 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (79 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/pt_BR/
2021-11-09 16:49:57 +01:00
mreficent c90b236d52 [FIX] outstanding_statement: show only open invoices 2021-11-09 16:49:57 +01:00
Marcel Savegnago eeff620abe Added translation using Weblate (Portuguese (Brazil))
Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.7% (14 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/pt_BR/
2021-11-09 16:49:57 +01:00
jcleonard2018 2dc3a08480 Translated using Weblate (French)
Currently translated at 64.6% (51 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/fr/

[UPD] README.rst
2021-11-09 16:49:57 +01:00
Josep M c78c97f9e6 Translated using Weblate (Spanish)
Currently translated at 100.0% (79 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/es/
2021-11-09 16:49:57 +01:00
Graeme Gellatly 938a69ba63 [FIX] Aging Buckets
In certain scenarios involving mutliple payments for multiple
invoices, where the reconciliation happens together and the debit
move is the smaller item the aging duplicates its value, making
the balance greater than it should be.

This fix works by preventing moves where different lines are both partial
reconciled being grouped together by adding the lines id
to the group by clause of _show_buckets_sql_q1
2021-11-09 16:49:57 +01:00
Graeme Gellatly ac89a2a500 [IMP] Allow to attach from compose wizard
By default we checked for an empty data dict in _get_report_values
however the mail template sends a file type and editor key by default.

We now check if the required company_id is in the dictionary. We also support
supplying force_company in context for setting the company for auto generated
emails.

[UPD] README.rst

[UPD] Update partner_statement.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/
2021-11-09 16:49:53 +01:00
Graeme Gellatly 928c1307c4 Lint for Travis 2021-11-09 16:28:15 +01:00