[NMDT] Not my day today
authorFabien Meghazi <fme@openerp.com>
Tue, 7 Aug 2012 10:25:36 +0000 (12:25 +0200)
committerFabien Meghazi <fme@openerp.com>
Tue, 7 Aug 2012 10:25:36 +0000 (12:25 +0200)
bzr revid: fme@openerp.com-20120807102536-8idyt0qotub4ythy

addons/web/static/src/js/view_form.js

index 575d4e5..506d08d 100644 (file)
@@ -2929,7 +2929,6 @@ instance.web.form.FieldMany2One = instance.web.form.AbstractField.extend(instanc
             value_ = value_[0];
         }
         value_ = value_ || false;
-        this.$('.oe_m2o_cm_button').css({'visibility': this.is_false() ? 'hidden' : 'visible'});
         this.inhibit_on_change = true;
         this._super(value_);
         this.inhibit_on_change = false;