account-financial-reporting/account_financial_report/models
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
..
__init__.py [MIG] account_financial_report: Migration to 14.0 2022-04-05 08:39:48 +05:30
account.py [IMP] account_financial_report: black, isort 2022-04-05 08:39:48 +05:30
account_group.py [MIG] account_financial_report: Migration to 14.0 2022-04-05 08:39:48 +05:30
account_move_line.py [IMP] domain widget performance fix 2022-04-05 08:39:48 +05:30
ir_actions_report.py [FIX+IMP] account_financial_report: data can be None + no context mangling 2022-04-05 08:39:48 +05:30