Commit Graph

62 Commits (f833ce444c11142ce660d184285a43eb5683715d)

Author SHA1 Message Date
Miquel Raïch f833ce444c [IMP] partner_statement: add Detailed Activity report 2024-02-01 17:43:16 +01:00
Pedro Castro Silva e51598fc1e Translated using Weblate (Portuguese)
Currently translated at 100.0% (92 of 92 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/pt/
2024-02-01 17:43:16 +01:00
Francesco Foresti 14b300c7d7 Translated using Weblate (Italian)
Currently translated at 71.7% (66 of 92 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/it/
2024-02-01 17:43:16 +01:00
Francesco Foresti 6006633330 Translated using Weblate (Italian)
Currently translated at 70.6% (65 of 92 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/it/
2024-02-01 17:43:16 +01:00
Francesco Foresti ff3bc15964 Translated using Weblate (Italian)
Currently translated at 70.6% (65 of 92 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/it/
2024-02-01 17:43:16 +01:00
OCA-git-bot ca6497b5c5 partner_statement 15.0.1.0.1 2024-02-01 17:43:16 +01:00
Miquel Raïch 673779be7b [FIX] partner_statement: avoid showing lines with 0.00001 open amounts 2024-02-01 17:43:16 +01:00
OCA-git-bot c590baaf9e [UPD] README.rst 2024-02-01 17:43:16 +01:00
oca-ci fc95c8c140 [UPD] Update partner_statement.pot 2024-02-01 17:43:16 +01:00
Graeme Gellatly 5a935c5f88 Fix partner_statement: NULL Error in report 2024-02-01 17:43:16 +01:00
Graeme Gellatly 3f023e098b [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.
2024-02-01 17:43:16 +01:00
Eduardo De Miguel 7da66bacc3 [FIX] [15.0] Removed external dependencies already defined in Odoo base 2024-02-01 17:43:16 +01:00
mariadforgeflow b443cea99c [MIG] partner_statement: Migration to 15.0 2024-02-01 17:43:16 +01:00
mariadforgeflow eadd307623 [IMP] partner_statement: black, isort, prettier 2024-02-01 17:43:16 +01:00
Ignacio Buioli b24cd6ca38 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/
2024-02-01 17:43:16 +01:00
OCA Transbot b180000d93 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/
2024-02-01 17:43:16 +01:00
OCA-git-bot ceffb39423 partner_statement 14.0.1.1.0 2024-02-01 17:43:16 +01:00
OCA-git-bot 7a6a76be9c [UPD] README.rst 2024-02-01 17:43:15 +01:00
oca-travis f24155a08f [UPD] Update partner_statement.pot 2024-02-01 17:43:15 +01:00
Christopher Ormaza 2ce43aa16f [UPD] update implementation of report_xlsx_helper 2024-02-01 17:43:15 +01:00
Christopher Ormaza 394d2e38cf [14.0][FWD] partner_statement
- Added html and xlsx support for activity outgoing statement
2024-02-01 17:43:15 +01:00
Pedro Castro Silva 69e61d526b 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/
2024-02-01 17:43:15 +01:00
OCA-git-bot 9513c9977b [UPD] README.rst 2024-02-01 17:43:15 +01:00
oca-travis 57dbf04f65 [UPD] Update partner_statement.pot 2024-02-01 17:43:15 +01:00
Rujia Liu 99e392de8b [MIG] partner_statement: Migration to 14.0 2024-02-01 17:43:15 +01:00
Jordi Ballester e2e2e19800 [partner_statement][fix] group by move line id
partner_statement 13.0.1.2.2
2024-02-01 17:43:15 +01:00
mreficent 0fac66f490 [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
2024-02-01 17:43:15 +01:00
Jordi Ballester 2785c5662d [fix][partner_statement] correct default company
partner_statement 13.0.1.2.0
2024-02-01 17:43:15 +01:00
Ana Suárez 03c634cf4f 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/
2024-02-01 17:43:15 +01:00
Bosd 0e5807ec83 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/
2024-02-01 17:43:15 +01:00
Ignacio Buioli 375d90fb79 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/
2024-02-01 17:43:15 +01:00
Lois Rilo 53d6635580 [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/
2024-02-01 17:43:15 +01:00
Dorin Hongu 01f6eba1c3 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/
2024-02-01 17:43:15 +01:00
Dorin Hongu 2e23eb6cfb 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/
2024-02-01 17:43:15 +01:00
Marco Calcagni 6db3158653 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/
2024-02-01 17:43:15 +01:00
Ignacio Buioli 4c34b68711 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/
2024-02-01 17:43:15 +01:00
Ignacio Buioli 040122eab0 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/
2024-02-01 17:43:15 +01:00
Ignacio Buioli 3a1ef5ceb8 Added translation using Weblate (Spanish (Argentina)) 2024-02-01 17:43:15 +01:00
mreficent 925ae6068e [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/
2024-02-01 17:43:15 +01:00
mreficent c12c8dca53 [IMP] partner_statement: black, isort 2024-02-01 17:43:15 +01:00
LGodoo 574b922659 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/
2024-02-01 17:43:15 +01:00
Cyril Vinh-Tung ff57ab23da [FIX] Covers the case where name and ref are strictly the same in account_move_line 2024-02-01 17:43:15 +01:00
Maxime Chambreuil fc767b130a [FIX] partner_statement: Default value for required field 2024-02-01 17:43:15 +01:00
Sergio Teruel c433b6d4fa IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security 2024-02-01 17:43:15 +01:00
Marco Calcagni cead6d101d 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/
2024-02-01 17:43:15 +01:00
Khalid Hazam 731466e983 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/
2024-02-01 17:43:15 +01:00
Eder Brito 099d8c6eea 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/
2024-02-01 17:43:15 +01:00
mreficent acba7be12b [FIX] outstanding_statement: show only open invoices 2024-02-01 17:43:14 +01:00
Marcel Savegnago b6d7870533 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/
2024-02-01 17:43:14 +01:00
jcleonard2018 d9301a3261 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
2024-02-01 17:43:14 +01:00