improve_sale_bom

bzr revid: fp@tinyerp.com-20081202230716-8peaubp6l84lcf7z
This commit is contained in:
Fabien Pinckaers 2008-12-03 00:07:16 +01:00
parent 7af013fd48
commit 0d64f90e16
1 changed files with 1 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@ class StockMove(osv.osv):
'product_uos_qty': line['product_uos_qty'],
'move_dest_id': move.id,
'state': state,
'name': line['name'],
'location_dest_id': dest,
'move_history_ids': [(6,0,[move.id])],
'move_history_ids2': [(6,0,[])],