[fix] on model form tags issue fixed..

bzr revid: tta@openerp.com-20121107113256-ac6znf9m5ibzoovl
This commit is contained in:
Tejas Tank 2012-11-07 17:02:56 +05:30
parent d22ade963d
commit 1a9f93fc85
1 changed files with 2 additions and 0 deletions

View File

@ -3920,6 +3920,8 @@ instance.web.form.FieldMany2ManyTags = instance.web.form.AbstractField.extend(in
return this.get("value");
},
render_value: function() {
if (this.get("effective_readonly"))
return;
var self = this;
var dataset = new instance.web.DataSetStatic(this, this.field.relation, self.build_context());
var values = self.get("value")