Browse Source

Merge PR #742 into 12.0

Signed-off-by tafaRU
pull/790/head
OCA-git-bot 3 years ago
parent
commit
c0577c9f0e
  1. 6
      account_financial_report/static/src/js/account_financial_report_backend.js

6
account_financial_report/static/src/js/account_financial_report_backend.js

@ -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(

Loading…
Cancel
Save