c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12548
[Bug 702744] Re: bug in orm write method (v5, 6)
@xrg: the problem is the loop declaration itself, i.e.:
http://bazaar.launchpad.net/~openerp/openobject-
server/trunk/annotate/head:/bin/osv/orm.py#L3463
** Changed in: openobject-server
Importance: Undecided => Medium
** Changed in: openobject-server
Status: New => In Progress
** Changed in: openobject-server
Milestone: None => 6.0
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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:
bug in orm write method (v5,6)
Status in OpenObject Server:
In Progress
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