← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 518949] Re: stock inventory

 

** Changed in: openobject-addons/5.0
     Assignee: (unassigned) => Jay (OpenERP) (jvo-openerp)

** Changed in: openobject-addons/5.0
   Importance: Undecided => Low

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