← 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

 

Hello,

I have checked this issue with latest updated code but did not face this problem.
Would you please check again with latest updated code.

You can reopen this If you will face similar issue again.
So For now I am closing this issue.

Thanks.

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

-- 
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:
  Invalid

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.