[MERGE]
authorFabien Pinckaers <fp@tinyerp.com>
Sat, 29 Sep 2012 12:48:58 +0000 (14:48 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Sat, 29 Sep 2012 12:48:58 +0000 (14:48 +0200)
bzr revid: fp@tinyerp.com-20120929124858-3tpm1368ovd65fcf

1  2 
addons/stock/stock.py

@@@ -2547,8 -2408,8 +2547,6 @@@ class stock_move(osv.osv)
                  'tracking_id': move.tracking_id.id,
                  'prodlot_id': move.prodlot_id.id,
              }
--            if move.location_id.usage <> 'internal':
-                 default_val.update({'location_id': move.location_dest_id.id})
 -                default_val.update({'location_id': move.location_id.id})
              new_move = self.copy(cr, uid, move.id, default_val)
  
              res += [new_move]