Tonow-c2c

Results 5 issues of Tonow-c2c

![image](https://user-images.githubusercontent.com/32262135/58571765-b6e9cb00-823a-11e9-9540-9bfe1684805b.png) 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...

stale

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

stale

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_)

stale

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

stale

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): """...

bug