Commit Graph

10 Commits (3cb1c6a9cdf18973ca1ba555fbc92acff0738b51)

Author SHA1 Message Date
Ethan Hildick f48f5c1ae7 [14.0][FIX] account_financial_report: Run compute in multi 2022-12-05 17:42:07 +01:00
Jasmin Solanki da42c86e1d [MIG] account_financial_report: Migration to 15.0 2022-04-05 08:40:49 +05:30
Jasmin Solanki f681061d54 [IMP] account_financial_report: black, isort, prettier 2022-04-05 08:39:48 +05:30
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
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
Quentin Groulard 1236db69be [FIX] Few fixes to solve warnings:
- _description in account_financial_report_abstract
- _description in vat.report.wizard
- Two fields using same label 'Accounts' in account.group
- Two fields using same label 'Account' in report_journal_ledger_move_line
- Two fields using same label 'Partner' in report_journal_ledger_move_line
- Two fields using same label 'Accounts' in report_trial_balance_account
- Two fields using same label 'Tax' in report_vat_report_taxtag
- Two fields using same label 'Tax' in report_vat_report_tax
- Two fields using same label 'Filter accounts' in general.ledger.report.wizard
2022-04-05 08:39:47 +05:30
Pedro M. Baeza 556ce82722 [FIX] account_financial_report: 2 things:
* Fix account group level computation

  Depends was not correct for recomputing when needed + better algorithm

* Make hide details on 0 work properly

  * Passing values to general ledger was stripping some correct records
  * Computed field for hiding lines doesn't have proper dependencies nor is not
    taking into account float currency accuracy
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