[FIX] don't break inheritance in function override

This commit is contained in:
Holger Brunn
2018-07-18 15:26:28 +02:00
parent b8e1337079
commit a9862d8159

View File

@@ -88,6 +88,7 @@ odoo.define('web.shortcut', function (require) {
return item instanceof ShortcutMenu;
});
}
return this._super.apply(this, arguments);
},
show_application: function () {
var self = this;