Javascript - call super on parents parent?
问题 I have defined this extension of current custom javascript view in Odoo: openerp.account_move_journal_test = function(instance){ var _t = instance.web._t, _lt = instance.web._lt; var QWeb = instance.web.qweb; instance.web.account.QuickAddListView.include({ init: function(){ this._super.apply(this, arguments); console.log("QuickAddListView modified init") }, }); }; Now for better representation I added console log in QuickAddListView and in ListView , which are parents that are called using