forked from Techsystech/web
[FIX] don't break inheritance in function override
parent
b8e1337079
commit
a9862d8159
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue