[MERGE] fixing the dropshipping picking type data

lp bug: https://launchpad.net/bugs/1274907 fixed

bzr revid: qdp-launchpad@openerp.com-20140206132121-1fvw50fjq8kdjpk9
This commit is contained in:
Quentin (OpenERP) 2014-02-06 14:21:21 +01:00
commit 0a74a775c5
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
<field name="name">Dropship</field>
<field name="sequence_id" ref="seq_picking_type_dropship"/>
<field name="code">incoming</field>
<field name="default_location_dest_id" ref="stock.stock_location_suppliers"/>
<field name="default_location_src_id" ref="stock.stock_location_suppliers"/>
<field name="default_location_dest_id" ref="stock.stock_location_customers"/>
</record>