Commit Graph

173 Commits (b5ab43e080aadb0b936addd1df13f85851deb15d)

Author SHA1 Message Date
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
Graeme Gellatly 69946dbb77 [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
2022-04-01 10:21:41 +02:00
Graeme Gellatly 0f5ee8910e FIX address fetching on outstnading statement 2022-04-01 10:21:41 +02:00
Graeme Gellatly 08c960111a [FIX] Make company_id a required field in statement wizard 2022-04-01 10:21:41 +02:00
Graeme Gellatly bc3b427c2b [FIX] Make company_id a required field in statement wizard 2022-04-01 10:21:41 +02:00
Graeme Gellatly b9e7dbfa7c [IMP] Align informations formatting with purchases, invoices and sales orders 2022-04-01 10:21:41 +02:00
Jordi Ballester 76c587f68d [FIX] Scope unscoped SQL References 2022-04-01 10:21:41 +02:00
Graeme Gellatly c1e0518e2d Initial Port of customer statements 2022-04-01 10:21:41 +02:00
oca-git-bot 4b89bc7e6b
[IMP] update dotfiles [ci skip] 2022-03-30 21:34:57 +02:00
OCA-git-bot cd71e8bd7d [ADD] setup.py 2022-03-03 12:34:31 +00:00
OCA-git-bot 6fb7df38fa [UPD] README.rst 2022-03-03 12:34:31 +00:00
OCA-git-bot f51bd4e972 [UPD] addons table in README.md 2022-03-03 12:34:30 +00:00
oca-ci 6f27570e8e [UPD] Update mis_builder_cash_flow.pot 2022-03-03 12:31:57 +00:00
OCA-git-bot e9126e4e6e Merge PR #865 into 15.0
Signed-off-by pedrobaeza
2022-03-03 12:29:31 +00:00
OCA-git-bot 6efea83248 Merge PR #858 into 15.0
Signed-off-by pedrobaeza
2022-03-03 12:24:11 +00:00
mariadforgeflow fb6178d9aa [FIX] account_tax_balance: delete obsolete migration 2022-03-03 13:17:23 +01:00
Jasmin Solanki 9247726016 [MIG] mis_builder_cash_flow: Migration to 15.0 2022-02-22 14:37:06 +05:30
Jasmin Solanki 2c2395a90d [IMP] mis_builder_cash_flow: black, isort, prettier 2022-02-22 12:35:35 +05:30
Francesco Foresti e79ed3139b Translated using Weblate (Italian)
Currently translated at 100.0% (55 of 55 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-mis_builder_cash_flow/it/
2022-02-22 12:35:27 +05:30
Francesco Foresti fe70e3a46a Added translation using Weblate (Italian) 2022-02-22 12:35:27 +05:30
OCA-git-bot 90fed01a70 [UPD] README.rst 2022-02-22 12:35:27 +05:30
oca-travis a963efdab4 [UPD] Update mis_builder_cash_flow.pot 2022-02-22 12:35:27 +05:30
Raphaël Valyi 958ec9d1d4 [MIG] mis_builder_cash_flow: Migration to 14.0 2022-02-22 12:35:27 +05:30
Raphaël Valyi e1fc398c30 [IMP] mis_builder_cash_flow: black, isort, prettier 2022-02-22 12:35:27 +05:30
Ignacio Buioli 196f54dc56 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (55 of 55 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es_AR/
2022-02-22 12:35:27 +05:30
OCA Transbot c1439c7293 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-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/
2022-02-22 12:35:27 +05:30
OCA-git-bot cc0a34ad89 mis_builder_cash_flow 13.0.1.1.0 2022-02-22 12:35:27 +05:30
oca-travis f9b677ada8 [UPD] Update mis_builder_cash_flow.pot 2022-02-22 12:35:27 +05:30
Pedro M. Baeza a8dfb11a5f [IMP] mis_builder_cash_flow: Consider states according selection
"Target Moves" option in MIS report instance was previously ignored.

Now it's taken into account, but still excluding cancelled entries.
2022-02-22 12:35:27 +05:30
Pedro M. Baeza 49281e7d22 [FIX] mis_builder_cash_flow: Proper SQL expression + default for v13
- On v13, invoices are journal entries, so we have to explicitly exclude
  cancelled invoices from the expression. We leave draft ones, as they
  are good for forecasting.
- Default value for the company of the forecast line doesn't follow new
  specification, putting an incorrect value.
- Extra improvement: avoid a non needed casting of the fixed column type.
2022-02-22 12:35:27 +05:30
Ana Suárez d03968cc8d Translated using Weblate (Spanish)
Currently translated at 81.1% (43 of 53 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es/
2022-02-22 12:35:27 +05:30
Bosd c57c2ebe7f Translated using Weblate (Dutch)
Currently translated at 37.7% (20 of 53 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/nl/
2022-02-22 12:35:27 +05:30
Bosd a5f570ef9c Added translation using Weblate (Dutch) 2022-02-22 12:35:27 +05:30
OCA Transbot f452425564 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-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/
2022-02-22 12:35:27 +05:30