[FIX] from cedk lp #677377

bzr revid: fp@tinyerp.com-20101228155347-eue161xp4fxeh8lc
This commit is contained in:
Fabien Pinckaers 2010-12-28 16:53:47 +01:00
parent aaa813c994
commit 44f3c893c5
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ class one2many(_column):
elif act[0] == 3:
obj.datas[act[1]][self._fields_id] = False
elif act[0] == 4:
obj.datas[act[1]] = id
obj.datas[act[1]][self._fields_id] = id
elif act[0] == 5:
for o in obj.datas.values():
if o[self._fields_id] == id: