Rohan Nayani(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-803881-ron into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #803881 in OpenERP Addons: "small fix in partial picking"
  https://bugs.launchpad.net/openobject-addons/+bug/803881

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-803881-ron/+merge/66553
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-803881-ron/+merge/66553
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-803881-ron.
=== modified file 'stock/wizard/stock_partial_picking.py'
--- stock/wizard/stock_partial_picking.py	2011-05-02 18:46:43 +0000
+++ stock/wizard/stock_partial_picking.py	2011-07-01 07:17:08 +0000
@@ -155,7 +155,7 @@
 
             for move in moves_list:
                 partial_datas['move%s' % (move.move_id.id)] = {
-                    'product_id': move.id, 
+                    'product_id': move.product_id.id, 
                     'product_qty': move.quantity, 
                     'product_uom': move.product_uom.id, 
                     'prodlot_id': move.prodlot_id.id, 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to