Merge lp:~openerp-dev/openobject-addons/trunk-bug-937080-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Rejected
Rejected by: qdp (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-937080-mma
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
stock/wizard/stock_partial_picking.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-937080-mma
Reviewer Review Type Date Requested Status
Numérigraphe (community) Abstain
OpenERP Core Team Pending
Review via email: mp+94118@code.launchpad.net

Description of the change

Hello

      Stock: I have passed right state when partial picking

Thanks.
mma

To post a comment you must log in.
Revision history for this message
Numérigraphe (numerigraphe) wrote :

That may or may not be needed, but that does not fix Bug #937080 at all.
Bug #937080 is about adding a new move in an existing picking, it has nothing to do with backorders.
I'm not totally obsessed by backorders yet :-)

review: Abstain
Revision history for this message
qdp (OpenERP) (qdp) wrote :

merge deprecated as the trunk already has this improvement

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock/wizard/stock_partial_picking.py'
--- stock/wizard/stock_partial_picking.py 2012-01-31 13:36:57 +0000
+++ stock/wizard/stock_partial_picking.py 2012-02-22 10:52:19 +0000
@@ -111,7 +111,7 @@
111 def _partial_move_for(self, cr, uid, move):111 def _partial_move_for(self, cr, uid, move):
112 partial_move = {112 partial_move = {
113 'product_id' : move.product_id.id,113 'product_id' : move.product_id.id,
114 'quantity' : move.state in ('assigned','new') and move.product_qty or 0,114 'quantity' : move.state in ('assigned','draft') and move.product_qty or 0,
115 'product_uom' : move.product_uom.id,115 'product_uom' : move.product_uom.id,
116 'prodlot_id' : move.prodlot_id.id,116 'prodlot_id' : move.prodlot_id.id,
117 'move_id' : move.id,117 'move_id' : move.id,

Subscribers

People subscribed via source and target branches

to all changes: