diff --git a/web_responsive/static/src/js/web_responsive.js b/web_responsive/static/src/js/web_responsive.js index 1851de9df..b356c0b8c 100644 --- a/web_responsive/static/src/js/web_responsive.js +++ b/web_responsive/static/src/js/web_responsive.js @@ -351,6 +351,17 @@ odoo.define('web_responsive', function (require) { return this._super.apply(this, arguments); } }, + + /** + * Don't display the menu if are waiting for an action to end + * + * @override + */ + _onMouseOverMenu: function () { + if ($('.oe_wait').length === 0) { + this._super.apply(this, arguments); + } + }, }); RelationalFields.FieldStatus.include({