Hi Eric,

Currently things work fine. 
It does not happen to break.
Thanks.

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

** Changed in: openobject-addons
    Milestone: None => 5.0.16

-- 
prodlot View in packing not accurate when no location_id is given
https://bugs.launchpad.net/bugs/593499
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: Invalid

Bug description:
When in packing list with no location set, when we want to choose the 
production lot, the system gives no inventory available
Proposed change in _get_stock (stock.py):
        if 'location_id' not in context:
by
        if 'location_id' not in context or not context['location_id']:



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to