account-financial-reporting/account_financial_report/models
João Marques 281c80cca9 [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-11-30 18:07:36 +01:00
..
__init__.py [MIG] account_financial_report: Migration to 14.0 2022-11-30 18:07:36 +01:00
account.py [IMP] account_financial_report: black, isort 2022-11-30 18:07:31 +01:00
account_group.py [MIG] account_financial_report: Migration to 14.0 2022-11-30 18:07:36 +01:00
account_move_line.py [IMP] domain widget performance fix 2022-11-30 18:07:35 +01:00
ir_actions_report.py [FIX+IMP] account_financial_report: data can be None + no context mangling 2022-11-30 18:07:35 +01:00