Commit Graph

289 Commits (a85e0e686b41cb67a1a9fee2ba9546587369dada)

Author SHA1 Message Date
Víctor Martínez 49585b69f7 [IMP] account_financial_report: Refactor
TT38721
2022-11-30 18:07:44 +01:00
Víctor Martínez b76b8e4288 [IMP] account_financial_report: Add tax_line_id field to taxes column in general_ledger
TT38721
2022-11-30 18:07:44 +01:00
Víctor Martínez 978ff8d200 [FIX] account_financial_report: Sort journal ledger by move_id
Without this sort, and using auto-sequence, the numbers of the journal
entries may appear unsorted on the journal ledger. Forcing at least this
minimum sorting, we assure the items are sorted.

TT38775
2022-11-30 18:07:44 +01:00
Ignacio Buioli 58490bb35a Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (251 of 251 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/es_AR/
2022-11-30 18:07:43 +01:00
Víctor Martínez b656368094 [IMP] account_financial_report: Hide values that have the same currency as the company currency
An amount_different_company_currency cell type is added to apply the following logic:
- If the currency is the same as the company's currency, we will leave the value empty.
- If the currency is different from the company's currency, we will show the value.

TT38722
2022-11-30 18:07:43 +01:00
Víctor Martínez 4ba883ef05 [IMP] account_financial_report: Add "Cumul cur." column to general_ledger.
TT38722
2022-11-30 18:07:43 +01:00
Víctor Martínez d000496137 [IMP] account_financial_report: Remove "Cur." column (currency is now added in "Amount cur.") from general_ledger.
TT38722
2022-11-30 18:07:43 +01:00
Pedro M. Baeza 867477d2e2 Translated using Weblate (Spanish)
Currently translated at 91.5% (228 of 249 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/es/
2022-11-30 18:07:43 +01:00
Lois Rilo 12feab4f20 [FIX] account_financial_report: run test after install
Due to the change at 15a1b3ae5c
it is now required to run tests that require CoA after install.
2022-11-30 18:07:42 +01:00
Lois Rilo 03ba2590bc [IMP] account_financial_report: common format for all amounts
In the open items report, the currency original and residual
fields were being displayed as regular float fields. With
this change they are printed with the corresponding format
for the currency of the journal item.
2022-11-30 18:07:42 +01:00
jabelchi f21028acf4 Translated using Weblate (Catalan)
Currently translated at 85.1% (212 of 249 strings)

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/ca/ (+1 squashed commits)
2022-11-30 18:07:42 +01:00
Abraham Anes 736e50e8b8 [14.0][FIX] account_financial_report: Memory problems setting filters
Fixes #814
2022-11-30 18:07:42 +01:00
Jasmin Solanki e8942d398c [MIG] account_financial_report: Migration to 15.0 2022-11-30 18:07:42 +01:00
Jasmin Solanki e29b013cc6 [IMP] account_financial_report: black, isort, prettier 2022-11-30 18:07:42 +01:00
Iryna Vyshnevska 0e3da906a6 [FIX] account_financial_report: use proper methods to set context 2022-11-30 18:07:42 +01:00
Ignacio Buioli fe25c3fe1b Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (249 of 249 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
2022-11-30 18:07:42 +01:00
Stefan Rijnhart 2f0835b856 [UPD] Update account_financial_report.pot
[a0cb11bb] [FIX] Journal ledger wizard to inherit from abstract report wizard

Fixes
    AttributeError: type object 'journal.ledger.report.wizard' has no attribute
    'button_export_xlsx'

Regression of #735
2022-11-30 18:07:41 +01:00
Joan Sisquella 9f183eaf9a [IMP] account_financial_report: abstract for avoiding duplicated code and increase readability 2022-11-30 18:07:41 +01:00
Joan Sisquella e68f703432 [FIX] account_financial_report: filter cancelled journal items 2022-11-30 18:07:41 +01:00
Lois Rilo d095dde0cb [13.0][FIX] account_financial_report: Correct all uses of
self.env.user.company_id. Also move company_id to the
wizard abstract model.
2022-11-30 18:07:41 +01:00
Francesco Foresti 423b37402b Translated using Weblate (Italian)
Currently translated at 66.5% (165 of 248 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/it/
2022-11-30 18:07:41 +01:00
João Marques cd2022df13 [FIX] account_financial_report: Filter column creation to have correct offset in Journal Ledger
Fixes https://github.com/OCA/account-financial-reporting/issues/815
Seems like a missing change from 0e3b4d2972
2022-11-30 18:07:41 +01:00
Abraham Anes 159c7b5f29 [14.0][FIX] account_financial_reporting: wrong view_id 2022-11-30 18:07:40 +01:00
SimoRubi 1e55868d86 [FIX] account_financial_report: Print report with details 2022-11-30 18:07:40 +01:00
Ernesto Tejeda a695f4b599 Translated using Weblate (Spanish)
Currently translated at 91.5% (227 of 248 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es/
2022-11-30 18:07:40 +01:00
Zar21 1fae9bf1cf [14.0][FIX] account_financial_report: Incorrect format definition 2022-11-30 18:07:40 +01:00
ferran-73 f0f0ecd8a2 [14.0][IMP] account_financial_report: add keyword to function calls 2022-11-30 18:07:40 +01:00
ferran-73 66715562c6 [14.0][FIX] account_financial_report: fix method parameter order 2022-11-30 18:07:40 +01:00
Pedro Castro Silva 2be8dd5aba Translated using Weblate (Portuguese)
Currently translated at 100.0% (248 of 248 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/pt/
2022-11-30 18:07:40 +01:00
Ignacio Buioli 94cc5b936a Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (248 of 248 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
2022-11-30 18:07:40 +01:00
OCA Transbot 049beb230c 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-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/
2022-11-30 18:07:39 +01:00
valen e42cf0f533 [IMP] account_financial_report: added 'auto sequence' option in Journal Ledger 2022-11-30 18:07:39 +01:00
Jordi Ballester e3dd92bc0e [account_financial_report][fix] display correct target_move in Trial Balance XLSX 2022-11-30 18:07:39 +01:00
João Marques 71ef18dd08 [FIX] account_financial_report: filter by correct data in trial balance
When on a Trial Balance report and filtering by hierarchical accounts or for a foreing currency, an error was produced when generating the report.

The report fields were dependant on data that is no longer present, such as line data.

This uses the correct data provided when generating the report to avoid this errors

TT29261
2022-11-30 18:07:39 +01:00
João Marques ecbdd2d252 [FIX] account_financial_report: Don't include unaffected account if accounts are filtered
When generated a General Ledger or a Trial Balance, if some accounts are already filtered in the wizard don't show the information related to the unaffected earnings account

TT29658
2022-11-30 18:07:39 +01:00
João Marques 0c95de497f [FIX] account_financial_report: Fix tests
Add date to invoice to be able to post
2022-11-30 18:07:39 +01:00
João Marques 5e02ef7c18 [FIX] account_financial_report: allow navigation on all fields
Pass res_id correctly to lines to allow navigation on the fields

In the open items ledger, the res_id attribute of the invoice
in the report was getting: (id, move_name)
The result was that, when clicking the line, it would redirect
to a new record, instead of the existing.
This passes only the id to the line, solving that issue.

Fix menu item name

TT29371
2022-11-30 18:07:38 +01:00
Bosd 99a85f5be3 Translated using Weblate (Dutch)
Currently translated at 75.5% (185 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/nl/
2022-11-30 18:07:38 +01:00
mreficent 225f73d8dd [FIX] account_financial_report: fix test
Due to fcaa54939e
2022-11-30 18:07:38 +01:00
JordiMForgeFlow 8859ea7679 [FIX] account_financial_report: fix VAT report template 2022-11-30 18:07:38 +01:00
Yves Le Doeuff 397cd1baf3 Translated using Weblate (French (France))
Currently translated at 97.1% (238 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/fr_FR/
2022-11-30 18:07:38 +01:00
Yves Le Doeuff ab32631a2d Added translation using Weblate (French (France)) 2022-11-30 18:07:38 +01:00
Cas Vissers 3c84ca8f42 [FIX] Default company should not be used since it doesn't mutate when switching companies. 2022-11-30 18:07:38 +01:00
Ignacio Buioli adb41c6b61 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (245 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
2022-11-30 18:07:38 +01:00
Alexandre D. Díaz b2d4672200 [FIX] account_financial_report: Actions 2022-11-30 18:07:37 +01:00
Ignacio Buioli 4709321132 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (245 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
2022-11-30 18:07:37 +01:00
Yves Le Doeuff 770f7633c3 Translated using Weblate (French)
Currently translated at 93.4% (229 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/fr/
2022-11-30 18:07:37 +01:00
Jesús Alan Ramos Rodríguez 0eca0289c5 Translated using Weblate (Spanish (Mexico))
Currently translated at 0.0% (0 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_MX/
2022-11-30 18:07:37 +01:00
Jesús Alan Ramos Rodríguez dc131aac88 Added translation using Weblate (Spanish (Mexico)) 2022-11-30 18:07:37 +01:00
Ana Suárez 50121c5b3c Translated using Weblate (Spanish)
Currently translated at 94.2% (231 of 245 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es/
2022-11-30 18:07:37 +01:00