Commit Graph

760 Commits (1a8b9dc28e4a0deb6d9efd1f89afa546b04b60d0)

Author SHA1 Message Date
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
Josep M 3eee49071b 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/
2024-02-01 17:43:14 +01:00
Graeme Gellatly bafa096d46 [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
2024-02-01 17:43:14 +01:00
Graeme Gellatly 1a83138ecd [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/
2024-02-01 17:43:14 +01:00
Graeme Gellatly 697594cc1d Lint for Travis 2024-02-01 17:43:14 +01:00
mreficent 498447e19f [FIX] Wrong outstanding amounts for partial reconciliations 2024-02-01 17:43:14 +01:00
Graeme Gellatly 5f7a8c5e1d [IMP] Activity Statements aggregate Payment Data
Before this change, if a payment was reconciled using the bank statement widget
the move was seperated into many multiples of lines making activity
statements twice as long as necessary.

Now payments are a single line
2024-02-01 17:43:14 +01:00
Graeme Gellatly 0a75df0e32 FIX address fetching on outstnading statement 2024-02-01 17:43:14 +01:00
Graeme Gellatly 3ae6b6e709 [FIX] Make company_id a required field in statement wizard 2024-02-01 17:43:14 +01:00
Graeme Gellatly 73dbf7edda [FIX] Make company_id a required field in statement wizard 2024-02-01 17:43:14 +01:00
Graeme Gellatly bca45b9f2c [IMP] Align informations formatting with purchases, invoices and sales orders 2024-02-01 17:43:14 +01:00
Jordi Ballester a630440545 [FIX] Scope unscoped SQL References 2024-02-01 17:43:14 +01:00
Graeme Gellatly 4f30e7d0a0 Initial Port of customer statements 2024-02-01 17:43:14 +01:00
OCA-git-bot b2d4856db0 [BOT] post-merge updates 2024-02-01 13:59:04 +00:00
OCA-git-bot 5c08aa49c3 Merge PR #1105 into 16.0
Signed-off-by pedrobaeza
2024-02-01 13:56:19 +00:00
Jairo Llopis f4e7e2a6e2
[FIX] account_financial_report: optimize computation of analytic accounts
Installing the module in a big DB was very slow.

I applied several optimizations to the method for working better with big datasets:
- Prefetch all analytic account distribution.
- Batch writes as much as possible.

@moduon MT-4982
2024-02-01 12:52:41 +00:00
jakobkrabbe 5d8b5c0cbe Translated using Weblate (Swedish)
Currently translated at 87.6% (221 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/sv/
2024-01-23 17:33:37 +00:00
jakobkrabbe a4d1d967a5 Translated using Weblate (Swedish)
Currently translated at 57.9% (146 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/sv/
2024-01-23 12:35:09 +00:00
Pedro M. Baeza 6687c0bac6 Translated using Weblate (Spanish)
Currently translated at 100.0% (252 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
2024-01-09 14:34:48 +00:00
OCA-git-bot 51d0f08269 [BOT] post-merge updates 2024-01-03 18:59:29 +00:00
OCA-git-bot bbee28b2e3 Merge PR #1090 into 16.0
Signed-off-by pedrobaeza
2024-01-03 18:56:49 +00:00
OCA-git-bot 503db11629 [BOT] post-merge updates 2024-01-03 18:38:23 +00:00
OCA-git-bot 1f8217673b Merge PR #1091 into 16.0
Signed-off-by pedrobaeza
2024-01-03 18:35:39 +00:00