Commit Graph

13 Commits (db1bcc42ba74dd588aeb1682b97dd00c4f663dbc)

Author SHA1 Message Date
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
valen e42cf0f533 [IMP] account_financial_report: added 'auto sequence' option in Journal Ledger 2022-11-30 18:07:39 +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
Andrea 2126b5d530 [FIX] translation not loaded 2022-11-30 18:07:35 +01:00
Ernesto Tejeda 30ccdf5bb3 [MIG] account_financial_report: Migration to 13.0 2022-11-30 18:07:31 +01:00
Ernesto Tejeda 65d8966a37 [IMP] account_financial_report: black, isort 2022-11-30 18:07:31 +01:00
Joan Sisquella 6901a08879 [12.0] account_financial_report: refactor 2022-11-30 18:07:30 +01:00
Jordi Ballester Alomar 6ef2dc72d7 [FIX] account_financial_report: multicompany+layout behaviour (#498)
* Fix wizards for proper multicompany behaviour.
* Fix layout issue
2022-11-30 18:07:25 +01:00
Jordi Ballester Alomar d4107dcf38 [account_financial_report][IMP] Adds the following:
All reports:
- Rename field to hide accounts at 0 to 'hide_account_at_0'
Trial Balance:
- Add possibility to filter by hierarchy levels
- XLSX format will show the hierarchy levels in bold

General Ledger:
- Add the possibility to filter by analytic tags
- Fixes an error on the default date
Journal Ledger:
- The filter on Journals is now optional. If the user does not choose
a journal, by default it will display all journals.

Aged Partner Balance:
- Fixes an error on the default date
2022-11-30 18:07:24 +01:00
hveficent c78de4c64a [11.0][IMP] account_financial_report - foreign_currency 2022-11-30 18:07:22 +01:00