[FIX] point_of_sale: fixed forgotten reference to 'code_id' (field previously renamed into 'code' to reflect its selection nature)

bzr revid: qdp-launchpad@openerp.com-20131121081749-hgk8qvgt5q1tvjw0
This commit is contained in:
Quentin (OpenERP) 2013-11-21 09:17:49 +01:00
parent ffff06c24c
commit 7b472fdc2f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<field name="sequence_id" ref="seq_picking_type_posout"/>
<field name="default_location_src_id" ref="stock.stock_location_stock"/>
<field name="default_location_dest_id" ref="stock.stock_location_customers"/>
<field name="code_id">outgoing</field>
<field name="code">outgoing</field>
</record>
</data>
<data noupdate="1">