[FIX] gamification: do not overwrite the mail widget as it would be called too often, the wall is enough

bzr revid: mat@openerp.com-20140425130740-ptkbsyyql08cx572
This commit is contained in:
Martin Trigaux 2014-04-25 15:07:40 +02:00
parent 2832d2ddc9
commit b2bc761d76
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ openerp.gamification = function(instance) {
}
});
instance.mail.Widget.include({
instance.mail.Wall.include({
start: function() {
this._super();
var sidebar = new instance.gamification.Sidebar(this);