[FIX] a default value (created using "Set Default" wizard) should never be shared between companies, but assigned on the user's company

bzr revid: guewen.baconnier@camptocamp.com-20120828142202-9lwdicrdgc2spp6s
This commit is contained in:
2012-08-28 16:22:02 +02:00
parent 232a51901c
commit 7096a336c0
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
field_to_set,
self.fields[field_to_set].get_value(),
all_users,
false,
true,
condition || false
]).then(function () { d.close(); });
}}