[FIX]correct source and destination location for dropshipping picking

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

bzr revid: csn@openerp.com-20140131141342-aixu89em3r1h5a06
This commit is contained in:
Cedric Snauwaert 2014-01-31 15:13:42 +01:00
parent 72f4cdc3b1
commit 87ae5bf0c2
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>