c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03995
[Bug 593499] Re: prodlot View in packing not accurate when no location_id is given
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']: