Commit Graph

9 Commits

Author SHA1 Message Date
OCA-git-bot
aeb904b31f Merge PR #303 into 12.0
Signed-off-by dreispt
2021-12-02 13:03:18 +00:00
Russell Briggs
2069e4d2ff Make sure value is always set for computed fields
(without these a CacheMiss error is thrown by odoo)
2021-03-01 13:31:17 +01:00
hparfr
61524452aa Remove duplicate field defined few lines above 2020-08-28 16:11:59 +02:00
Rachmat Aditiya
287fe3f048 add default filetype to prevent error 2019-07-01 17:15:27 +07:00
Laurent Mignon (ACSONE)
b5706db629 [FIX] report_py3o: Access to ir.config_parameter with sudo 2019-02-05 18:22:15 +01:00
Laurent Mignon (ACSONE)
876aa27ef2 [IMP][FIX] py3o_report, py3o_report_fusion_server: Compute the availability of py3o report
Before this change it was not possible to install modules declaring py3o report into a non native format without specifying a Fusion server once the module py3o_report_fusion_server was installed. With theses changes, we now take care of the availability of the libreoffice runtime to display/log a warning message when the report is in a non native runtime.
2019-02-01 16:07:29 +01:00
Laurent Mignon (ACSONE)
b81219abd3 [IMP] report_py3o: remove obsolete methods 2019-01-08 10:53:36 +01:00
Laurent Mignon (ACSONE)
6aa8f4aa5a [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
2019-01-08 10:12:26 +01:00
Laurent Mignon (ACSONE)
dce59162ce [MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0 2018-11-26 17:58:30 +01:00