[IMP] chnage picking_type_id

bzr revid: rma@tinyerp.com-20130813101328-f3qu81wr5yda69va
This commit is contained in:
Randhir Mayatra (OpenERP) 2013-08-13 15:43:28 +05:30
parent b46d71d2b3
commit f8730cdf22
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@
product_uom: product.product_uom_unit
location_dest_id: stock.stock_location_customers
move_type: direct
picking_type_id: 1
picking_type_id: stock.picking_type_out
-
I need to check the availability of the product, So I make my picking order for processing later.
-

View File

@ -203,7 +203,7 @@
product_qty: 1.0
location_dest_id: stock.stock_location_customers
move_type: direct
picking_type_id: 1
picking_type_id: stock.picking_type_out
-
I need to check the availability of the product, So I make my picking order for processing later.
-