[MIG][11.0] report_py3o - #292
vincent-hatakeyama wants to merge 98 commits into
Conversation
Replace README.md by README.rst (not finished)
Remove <data> in views Protect import of py3o libs Remove dep on base module Other small changes
Rename __openerp__.py to __manifest__.py
…ne into 11.0-mig-report_py3o
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 odoo/odoo#30013 will be merged
This method was previously provided by Odoo and is used to merge all the reports generated if the generation is called for more than one record
…bility 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.
lang_code is already supported by o_format_date
Was preventing attachments from getting saved.
…gine into 11.0-mig-report_py3o
|
Hey @vincent-hatakeyama, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
|
@vincent-hatakeyama The migration is already done here #285 Can you take a look at this PR and review it to finalize it? |
|
This migration is working, we have tested it. My company also created the module. |
|
@vincent-hatakeyama Which migration? Is it #285? |
|
What we have tested is this PR. |
|
Sorry but the PR #285 was there before this one and is working fine (except an issue to solve with the image tag). We only need some more reviews to merge-it. Can you test it so we can move forward and finalyse the migration? |
No description provided.