[FIX] don't break inheritance in function override

pull/998/head
Holger Brunn 2018-07-18 15:26:28 +02:00
parent b8e1337079
commit a9862d8159
No known key found for this signature in database
GPG Key ID: 01C9760FECA3AE18
1 changed files with 1 additions and 0 deletions

View File

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