c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32651
[Bug 824327] Re: Cannot process partial picking with 0 value
Fix for this bug has been landed in stable,
Revision 4802, Revision ID: qdp-launchpad@xxxxxxxxxxx-20110901165542-ym224ksg7rcj3wio
Regards.
** Changed in: openobject-addons
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/824327
Title:
Cannot process partial picking with 0 value
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Some checks have been added to stovk_partial_picking/do_partial.py
Nevertheless now you cannot process a qty = 0 because of the following
check:
#Adding a check whether any move line contains qty less than zero
if calc_qty <= 0:
It should be
if calc_qty < 0:
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/824327/+subscriptions
References