[FIX] small problem with m2o

bzr revid: nicolas.vanhoren@openerp.com-20120720142023-8a1m5b30yvoywnbs
This commit is contained in:
niv-openerp 2012-07-20 16:20:23 +02:00
parent 062017bd87
commit c73e736db0
1 changed files with 1 additions and 1 deletions

View File

@ -2762,7 +2762,7 @@ instance.web.form.FieldMany2One = instance.web.form.AbstractField.extend(instanc
});
return false;
});
$(".oe_form_m2o_follow").html(follow);
$(".oe_form_m2o_follow", this.$element).html(follow);
}
},
set_value: function(value_) {