← Back to team overview

openerp-india team mailing list archive

[Bug 984003] [NEW] [6.1] partial stock move checks for wrong move.state value

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Branch linked: lp:~red15/openobject-addons/fix-partial-move-state-
check-6.1

-- 
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):
  New

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


Follow ups

References