OCA_Reporting_engine_17.0/report_py3o/models
Laurent Mignon (ACSONE) bfe2127b1b [FIX] report_py3o: Use the right naming convention for the render method
To determine the method to use to render a recport according to its type, the generic method 'render' defined into ir.action.report check if a method name  is defined on the model. https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/models/ir_actions_report.py#L734
Therefore, we must provide this method to be compliant with what's expected by Odoo.
This change will also allows the usage of py3o template with mail_template once https://github.com/odoo/odoo/pull/30013 will be merged
2023-03-24 13:41:49 +01:00
..
__init__.py [MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0 2023-03-24 13:41:49 +01:00
_py3o_parser_context.py [12.0][MIG] improvement py3o_report_extender 2023-03-24 13:41:49 +01:00
ir_actions_report.py [FIX] report_py3o: Use the right naming convention for the render method 2023-03-24 13:41:49 +01:00
py3o_report.py [12.0][MIG] improvement py3o_report_extender 2023-03-24 13:41:49 +01:00
py3o_template.py [MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0 2023-03-24 13:41:49 +01:00