Commit Graph

13 Commits (3cb1c6a9cdf18973ca1ba555fbc92acff0738b51)

Author SHA1 Message Date
Stefan Rijnhart a0aff0afdc [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-04-05 08:39:48 +05:30
Joan Sisquella 8469a66305 [IMP] account_financial_report: abstract for avoiding duplicated code and increase readability 2022-04-05 08:39:48 +05:30
Joan Sisquella af37b6bf54 [FIX] account_financial_report: filter cancelled journal items 2022-04-05 08:39:48 +05:30
Lois Rilo 301cf78612 [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-04-05 08:39:48 +05:30
valen 56e824f05b [IMP] account_financial_report: added 'auto sequence' option in Journal Ledger 2022-04-05 08:39:48 +05:30
Cas Vissers d542cd078b [FIX] Default company should not be used since it doesn't mutate when switching companies. 2022-04-05 08:39:48 +05:30
Andrea b82a75136b [FIX] translation not loaded 2022-04-05 08:39:48 +05:30
Ernesto Tejeda 2d7d0617c2 [MIG] account_financial_report: Migration to 13.0 2022-04-05 08:39:48 +05:30
Ernesto Tejeda f21b543450 [IMP] account_financial_report: black, isort 2022-04-05 08:39:48 +05:30
Joan Sisquella 13a9ba1e48 [12.0] account_financial_report: refactor 2022-04-05 08:39:48 +05:30
Jordi Ballester Alomar 5c84fc5288 [FIX] account_financial_report: multicompany+layout behaviour (#498)
* Fix wizards for proper multicompany behaviour.
* Fix layout issue
2022-04-05 08:39:47 +05:30
Jordi Ballester Alomar 0c019e6e28 [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-04-05 08:39:47 +05:30
hveficent b1294b8df9 [11.0][IMP] account_financial_report - foreign_currency 2022-04-05 08:39:47 +05:30