c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08410
[Bug 518949] Re: stock inventory
Hello,
I have checked your bug specification with latest code but the problem does not reproduced at my end.
Would please elaborate more.
Thanks
** Changed in: openobject-addons/trunk
Status: In Progress => 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/518949
Title:
stock inventory
Status in OpenObject Addons Modules:
Invalid
Status in OpenObject Addons 5.0 series:
Triaged
Status in OpenObject Addons trunk series:
Invalid
Bug description:
To my mind, when i make a stock inventory without recursive data, i must have amount of all sub-location, and when i use recursive, i must have only stock in the location.
example : Actually, if we have in stock location :
stock nothing
stock->magasin product1 : 150
and we ask inventory of stock :
without recursive check : no products found
with recursive check : stock product1 : 150
stock-> magasin product1 : 150
in place of (to my mind) :
without recursive check : stock product1 : 150
with recursive check : stock-> magasin product1 : 150
line :
context.update({'compute_child':False})
in stock - wizard_inventory.py must be line 62 and no 67.