Tonow-c2c
Tonow-c2c
 For report creation we pass by this method [_get_report_from_name](https://github.com/odoo/odoo/blob/11.0/odoo/addons/base/ir/ir_actions_report.py#L424-L425) > She get the first record of ir.actions.report having the ``report_name`` as value for the field report_name. So in some...
Same as this PR [https://github.com/acsone/account-financial-tools/pull/6/files](https://github.com/acsone/account-financial-tools/pull/6/files) but with _fresher_ HEAD
I add a try-except to break nothing if some dependences need `_render = AbstractReportXlsx._render` In my case I don't need _account_asset_management_xls_ so I don't use (and need add _report_xlsx_helper_)
To fix this issue [https://github.com/OCA/account-financial-reporting/issues/556](https://github.com/OCA/account-financial-reporting/issues/556) And this #558
The [uninstall method ]( https://github.com/camptocamp/anthem/blob/master/anthem/lyrics/modules.py#L8) doesn't work well if you call it several times in the same operation (seems only the first call work) eg: ```python @anthem.log def uninstall_agreement_sale_and_base_contract(ctx): """...