Merge PR #742 into 12.0

Signed-off-by tafaRU
pull/790/head
OCA-git-bot 2021-04-14 15:13:07 +00:00
commit c0577c9f0e
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,12 @@ odoo.define('account_financial_report.account_financial_report_backend', functio
canBeRemoved: function () {
return $.when();
},
on_attach_callback: function () {
this.isInDOM = true;
},
on_detach_callback: function () {
this.isInDOM = false;
},
});
core.action_registry.add(