account-financial-reporting/account_financial_report/models
João Marques 037ac4f515 [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>
2021-01-25 15:43:26 +00:00
..
__init__.py [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
account.py [IMP] account_financial_report: black, isort 2021-01-15 11:26:18 +00:00
account_group.py [MIG] account_financial_report: Migration to 14.0 2021-01-25 15:43:26 +00:00
account_move_line.py [IMP] domain widget performance fix 2021-01-15 11:26:18 +00:00
ir_actions_report.py [FIX+IMP] account_financial_report: data can be None + no context mangling 2021-01-15 11:26:18 +00:00