Commit Graph

5 Commits (3cb1c6a9cdf18973ca1ba555fbc92acff0738b51)

Author SHA1 Message Date
João Marques 1fc07d0633 [MIG] account_financial_report: Migration to 14.0
Since v14, Odoo defines the `__slots__` attribute in the `BaseModel` class (ea3e39506a)
This makes it impossible to add attributes to an instance like it was done here in v13.
The use of the `report_data` dictionary passed between method is the closes and simples solution to this "issue".

TT26415

Co-authored-by: Alex Cuellar <acuellar@grupoyacck.com>
2022-04-05 08:39:48 +05:30
Andrea b82a75136b [FIX] translation not loaded 2022-04-05 08:39:48 +05:30
Jordi Ballester Alomar dce2dbf189 [account_financial_report]
- minor usability fixes for multicompany
- improve performance of general ledger using a new index
2022-04-05 08:39:47 +05:30
Fekete Mihai 80cbd9e2a4 Update links in report, add account group file, update trial balance with hierarchy.
Update indentation, remove empty lines from header.

Update test.

Update pylint.

Remove company_id on computing accounts, since account.group is not a company based model, filtering accounts is done on trial balance report.

Update account variables.

Improve condition in padding on accounts.

Add option to print hierarchy based on defined accounts/computed accounts.

Add VAT report, hierarchy from tax tags ans taxes.

Fix pylint, xlsx report generation header.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Fix domain in base amounts in vat report.

Change trial balance code_prefix or name.

Update trail balance, add tests for vat report.

Update pylint, amounts as monetary, many2one option on generation excels.

Update pulint.

Add VAT Report in readme.

Add VAT Report in readme.

Update array_agg.

Update array_agg.

Update array_agg.

Add option in VAT Report to be printed on Tax Tags - Tax Groups.

Add widget to hierarchy_on on trial balance.
2022-04-05 08:39:47 +05:30
Jordi Ballester f25e1b2cd5 [MIG] account_financial_report_qweb: Migration to 11.0
* dynamize general ledger
2022-04-05 08:39:47 +05:30