change inventory demo data to shelves instead of type of product

bzr revid: al@openerp.com-20100420142726-bkwg73arq3xviw5k
This commit is contained in:
Antony Lesuisse 2010-04-20 16:27:26 +02:00
parent b7ce413223
commit f550c3c5e8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<field name="location_id" ref="stock_location_stock"/>
</record>
<record id="stock_location_14" model="stock.location">
<field name="name">Finished products</field>
<field name="name">Shelf 2</field>
<field name="location_id" ref="stock_location_13"/>
<field model="account.account" name="account_id" search="[('name','=','Merchandise Type B')]"/>
</record>
@ -48,7 +48,7 @@
<field name="location_id" ref="stock_location_stock"/>
</record>
<record id="stock_location_components" model="stock.location">
<field name="name">Components</field>
<field name="name">Shelf 1</field>
<field name="location_id" ref="stock_location_workshop"/>
</record>