[DEMO] +customize the name of main bikecoop
[burette/bikecoop_l10n_fr_demo.git] / demo / point_of_sale.xml
1 <openerp>
2 <data>
3 <record model="pos.config" id="point_of_sale.pos_config_main">
4 <field name="name">Atelier principal</field>
5 </record>
6 <record id="product_standard_member" model="product.product">
7 <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
8 </record>
9 <record id="product_reduce_member" model="product.product">
10 <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
11 </record>
12 <record id="product_group_membership" model="product.product">
13 <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
14 </record>
15 </data>
16 </openerp>