c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04001
[Bug 593499] Re: prodlot View in packing not accurate when no location_id is given
** Changed in: openobject-addons
Milestone: 5.0.16 => None
--
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']: