[FIX] stock: ...

bzr revid: qdp-launchpad@openerp.com-20140312081010-x5oxh4te1xh0v3vv
This commit is contained in:
Quentin (OpenERP) 2014-03-12 09:10:10 +01:00
parent ff09748ec9
commit fcf8d13806
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
'picking_id': pick.id,
'product_id': ref('product_icecream'),
'product_uom_id': ref('product.product_uom_kgm'),
'product_qty': 40
'product_qty': 40,
'location_id': ref('stock.stock_location_suppliers'),
'location_dest_id': ref('stock.stock_location_14')
})
@ -48,7 +48,7 @@
'picking_id': backorder.id,
'product_id': ref('product_icecream'),
'product_uom_id': ref('product.product_uom_kgm'),
'product_qty': 10
'product_qty': 10,
'location_id': ref('stock.stock_location_suppliers'),
'location_dest_id': ref('stock.stock_location_14')
})