Commit Graph

57 Commits (78683da75f59d76f2e990045c1d3323c6e463327)

Author SHA1 Message Date
OCA-git-bot 7385067c34 partner_statement 15.0.1.0.1 2022-11-04 12:40:50 +00:00
Miquel Raïch 832f4cc43e [FIX] partner_statement: avoid showing lines with 0.00001 open amounts 2022-10-27 09:52:37 +02:00
OCA-git-bot 7bc0f33aa5 [UPD] README.rst 2022-08-30 08:17:57 +00:00
oca-ci 24736951f3 [UPD] Update partner_statement.pot 2022-08-30 08:15:08 +00:00
Graeme Gellatly c282ab65cf Fix partner_statement: NULL Error in report 2022-04-01 10:21:42 +02:00
Graeme Gellatly 3771ded3f2 [FIX][15.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.
2022-04-01 10:21:42 +02:00
Eduardo De Miguel a558ca0638 [FIX] [15.0] Removed external dependencies already defined in Odoo base 2022-04-01 10:21:42 +02:00
mariadforgeflow d50d8d1af7 [MIG] partner_statement: Migration to 15.0 2022-04-01 10:21:42 +02:00
mariadforgeflow 852da664f7 [IMP] partner_statement: black, isort, prettier 2022-04-01 10:21:42 +02:00
Ignacio Buioli 68c1220e2d 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/
2022-04-01 10:21:42 +02:00
OCA Transbot 8867e027f5 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/
2022-04-01 10:21:42 +02:00
OCA-git-bot e24bd37176 partner_statement 14.0.1.1.0 2022-04-01 10:21:42 +02:00
OCA-git-bot 2b4f94f4d6 [UPD] README.rst 2022-04-01 10:21:42 +02:00
oca-travis 28a74e5913 [UPD] Update partner_statement.pot 2022-04-01 10:21:42 +02:00
Christopher Ormaza 740ca81533 [UPD] update implementation of report_xlsx_helper 2022-04-01 10:21:42 +02:00
Christopher Ormaza eca0e82ee8 [14.0][FWD] partner_statement
- Added html and xlsx support for activity outgoing statement
2022-04-01 10:21:42 +02:00
Pedro Castro Silva e779dabf86 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/
2022-04-01 10:21:42 +02:00
OCA-git-bot d287d1ee07 [UPD] README.rst 2022-04-01 10:21:42 +02:00
oca-travis 640995a622 [UPD] Update partner_statement.pot 2022-04-01 10:21:41 +02:00
Rujia Liu 7ed231555c [MIG] partner_statement: Migration to 14.0 2022-04-01 10:21:41 +02:00
Jordi Ballester 2bbdb6ea88 [partner_statement][fix] group by move line id
partner_statement 13.0.1.2.2
2022-04-01 10:21:41 +02:00
mreficent 594c3c4715 [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
2022-04-01 10:21:41 +02:00
Jordi Ballester 92c29dae9b [fix][partner_statement] correct default company
partner_statement 13.0.1.2.0
2022-04-01 10:21:41 +02:00
Ana Suárez ebb8980f74 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/
2022-04-01 10:21:41 +02:00
Bosd a902c28196 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/
2022-04-01 10:21:41 +02:00
Ignacio Buioli 536cf5c593 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/
2022-04-01 10:21:41 +02:00
Lois Rilo 0e42f185af [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/
2022-04-01 10:21:41 +02:00
Dorin Hongu 97f4c5a2f4 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/
2022-04-01 10:21:41 +02:00
Dorin Hongu 379fa9c369 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/
2022-04-01 10:21:41 +02:00
Marco Calcagni 4dfd0b4ffe 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/
2022-04-01 10:21:41 +02:00
Ignacio Buioli a210e20c7b 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/
2022-04-01 10:21:41 +02:00
Ignacio Buioli ddcbe2fb1e 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/
2022-04-01 10:21:41 +02:00
Ignacio Buioli ecd9137f29 Added translation using Weblate (Spanish (Argentina)) 2022-04-01 10:21:41 +02:00
mreficent b5ab43e080 [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/
2022-04-01 10:21:41 +02:00
mreficent f6f05524d6 [IMP] partner_statement: black, isort 2022-04-01 10:21:41 +02:00
LGodoo 5b9f16f742 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/
2022-04-01 10:21:41 +02:00
Cyril Vinh-Tung 1e36db008a [FIX] Covers the case where name and ref are strictly the same in account_move_line 2022-04-01 10:21:41 +02:00
Maxime Chambreuil fc442666bd [FIX] partner_statement: Default value for required field 2022-04-01 10:21:41 +02:00
Sergio Teruel df596e51e5 IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security 2022-04-01 10:21:41 +02:00
Marco Calcagni 313236827a 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/
2022-04-01 10:21:41 +02:00
Khalid Hazam 86cd25bd79 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/
2022-04-01 10:21:41 +02:00
Eder Brito 8f0fc72ce1 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/
2022-04-01 10:21:41 +02:00
mreficent 5b8e90bd08 [FIX] outstanding_statement: show only open invoices 2022-04-01 10:21:41 +02:00
Marcel Savegnago f9ac82f085 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/
2022-04-01 10:21:41 +02:00
jcleonard2018 0c1a443f66 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
2022-04-01 10:21:41 +02:00
Josep M 2f0d5b6176 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/
2022-04-01 10:21:41 +02:00
Graeme Gellatly cff41e5aa8 [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
2022-04-01 10:21:41 +02:00
Graeme Gellatly fdabdc21b7 [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/
2022-04-01 10:21:41 +02:00
Graeme Gellatly 6a641a37be Lint for Travis 2022-04-01 10:21:41 +02:00
mreficent 42ead8d0cf [FIX] Wrong outstanding amounts for partial reconciliations 2022-04-01 10:21:41 +02:00