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

This commit is contained in:
Jérome Maes 2014-09-26 14:27:12 +02:00
parent a3704beefb
commit db8035658d
1 changed files with 7 additions and 0 deletions

View File

@ -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);
},
});
})();