Browse Source
[FIX] don't break inheritance in function override
pull/998/head
Holger Brunn
6 years ago
No known key found for this signature in database
GPG Key ID: 1C9760FECA3AE18
1 changed files with
1 additions and
0 deletions
-
web_shortcut/static/src/js/web_shortcut.js
|
|
@ -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; |
|
|
|