← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 518949] Re: stock inventory

 

** Also affects: openobject-addons/5.0
   Importance: Undecided
       Status: New

** Also affects: openobject-addons/trunk
   Importance: Undecided
       Status: New

** Changed in: openobject-addons/trunk
       Status: New => Triaged

** Changed in: openobject-addons/trunk
    Milestone: 5.0.12 => None

** Changed in: openobject-addons/5.0
       Status: New => Triaged

-- 
stock inventory
https://bugs.launchpad.net/bugs/518949
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Triaged
Status in OpenObject Addons 5.0 series: Triaged
Status in OpenObject Addons trunk series: Triaged

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.