Elmeri Niemelä
|
6421d11e2d
|
[MIG] Use safe_eval wrapped time module. Fix deprecation warnings.
Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com>
|
4 years ago |
Elmeri Niemelä
|
a1cdcc780e
|
[14.0][MIG] report_py3o: Migration to 14.0
|
4 years ago |
Laurent Mignon (ACSONE)
|
2e9ef0b221
|
[IMP] report_py3o, report_py3o_fusion_server: black, isort
|
5 years ago |
Laurent Mignon (ACSONE)
|
252895604f
|
[IMP] report_py3o: remove obsolete methods
|
6 years ago |
Laurent Mignon (ACSONE)
|
75f2a771b4
|
[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
|
6 years ago |
Laurent Mignon (ACSONE)
|
b781f4f099
|
[MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0
|
6 years ago |
Laurent Mignon
|
4d29143e43
|
[IMP] report_py3o: Take into account print_report_name
If a Printed Report Name is set on the action report, use it as
downloaded filename
refs #133
|
8 years ago |