Skip to content
Snippets Groups Projects
Commit db803565 authored by Jérome Maes's avatar Jérome Maes
Browse files

[FIX] im_odoo_support : fix event triggered to bind event on dropdown usermenu item.

parent a3704bee
No related merge requests found
......@@ -131,4 +131,11 @@
});
}
openerp.web.UserMenu.include({
do_update: function(){
$(window).trigger('odoo_support_ready_to_bind', 'usermenu');
return this._super.apply(this, arguments);
},
});
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment