[FIX] pad: hide chatter in fullscreen mode

lp bug: https://launchpad.net/bugs/1267108 fixed

bzr revid: chs@openerp.com-20140212134747-moiyebzdti4ieyc4
This commit is contained in:
Christophe Simonis 2014-02-12 14:47:47 +01:00
parent 64ead8b005
commit f4a61d46d0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ openerp.pad = function(instance) {
this.switch_configured();
this.$('.oe_pad_switch').click(function() {
self.$el.toggleClass('oe_pad_fullscreen');
self.view.$el.find('.oe_chatter').toggle();
});
this.render_value();
},