[REM] Removed call to function discarded in rev#4888

bzr revid: fme@openerp.com-20110524171704-3zjxespbjpfedofk
This commit is contained in:
Fabien Meghazi 2011-05-24 19:17:04 +02:00
parent 1843ac7fee
commit 2f1c3df672
1 changed files with 0 additions and 1 deletions

View File

@ -985,7 +985,6 @@ openerp.base.form.FieldOne2Many = openerp.base.form.Field.extend({
this.log("o2m.set_value",value);
this.viewmanager.dataset.ids = value;
this.viewmanager.dataset.count = value.length;
this.viewmanager.views.list.controller.do_update();
}
},
get_value: function(value) {