[FIX] Partial stock receipt - journal incorrect
authorado <ado@tinyerp.com>
Thu, 15 Dec 2011 13:21:40 +0000 (18:51 +0530)
committerado <ado@tinyerp.com>
Thu, 15 Dec 2011 13:21:40 +0000 (18:51 +0530)
bzr revid: ado@tinyerp.com-20111215132140-8tvd9emoteuzggxb

1  2 
addons/stock/stock.py

@@@ -1256,7 -1256,7 +1256,6 @@@ class stock_picking(osv.osv)
                              'picking_id' : new_picking,
                              'state': 'assigned',
                              'move_dest_id': False,
-                             'price_unit': move.price_unit,
 -                            'price_unit': product_price,
                      }
                      prodlot_id = prodlot_ids[move.id]
                      if prodlot_id: