← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 577195] Re: stock_location parent_left & parent_right compute bad - Module stock v5.0 rvno 2733 server 5.0 rv2037

 

** Changed in: openobject-addons
       Status: Incomplete => Triaged

-- 
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/577195

Title:
  stock_location parent_left & parent_right compute bad - Module stock v5.0 rvno 2733 server 5.0 rv2037

Status in OpenObject Addons Modules:
  Triaged

Bug description:
  I have a error in diferents parts of OpenERP.
Because this generates a recursive sql.

I drop parent_left & parent_right fields, and then start with --init = stock_location
Where re-compute this fields again.

But I get the same error again.

I generate a py script which does a write to location_id = False and then location_id = location_id_original,  which is what was original.
This took a long time, but with this script, I no longer generated the recursive sql error.