openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10436
[Bug 984003] Re: [6.1] partial stock move checks for wrong move.state value
I've created the same fix for trunk and linked it here as well.
** Branch linked: lp:~red15/openobject-addons/fix-partial-move-state-
check-trunk
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/984003
Title:
[6.1] partial stock move checks for wrong move.state value
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
In the file http://bazaar.launchpad.net/~openerp/openobject-
addons/6.1/view/head:/stock/wizard/stock_partial_picking.py#L114
The partial move wizard checks for states ('assigned', 'new') where 'new' does not exist as a state for stock.move
See the code here : http://bazaar.launchpad.net/~openerp/openobject-addons/6.1/view/head:/stock/stock.py#L1598
Currently this means that if you try to click "Deliver/Receive
Products" on a stock.move record (which was imported for example and
thus has state 'draft'), the quantity shown on the wizard will always
be 0 and not the product_qty already present on the product.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/984003/+subscriptions
References