c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13219
[Bug 702744] Re: bug in orm write method (v5, 6)
Thanks Guys,
It has been fixed on 5.0 as well by revision 2170 jvo@xxxxxxxxxxx-20110118215910-upzzqerxpzminekv.
** Changed in: openobject-server/5.0
Status: In Progress => Fix Released
** Summary changed:
- bug in orm write method (v5,6)
+ Write() : ambiguity on variable IDS which is being used for write itself and for store computation!
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702744
Title:
Write() : ambiguity on variable IDS which is being used for write
itself and for store computation!
Status in OpenObject Server:
Fix Released
Status in OpenObject Server 5.0 series:
Fix Released
Status in OpenObject Server trunk series:
Fix Released
Bug description:
The loop that calls _store_set_values at the end of orm.write method overwrites the "ids" variable.
This corrupted "ids" variable is used later in the method for the calls to workflow trg_write.
References