[Point of sale] +membership product
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 16 Aug 2012 15:08:14 +0000 (17:08 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 16 Aug 2012 15:08:14 +0000 (17:08 +0200)
demo/point_of_sale.xml

index a48edd0..a4b2679 100644 (file)
@@ -19,7 +19,7 @@
         <record id="pos_equipment" model="pos.category">
             <field name="name">Equipment</field>
         </record>
-        <record id="pos_new_equiment" model="pos.category">
+        <record id="pos_new_equipment" model="pos.category">
             <field name="name">New equipment</field>
             <field name="parent_id" ref="pos_equipment"/>
         </record>
             <field name="pos_categ_id" ref="pos_second_hand_equipment"/>
         </record>
         <record id="product_new_wheel" model="product.product">
-            <field name="pos_categ_id" ref="pos_new_equiment"/>
+            <field name="pos_categ_id" ref="pos_new_equipment"/>
         </record>
         <record id="product_second_hand_wheel" model="product.product">
-            <field name="pos_categ_id" ref="pos_new_equiment"/>
+            <field name="pos_categ_id" ref="pos_new_equipment"/>
+        </record>
+        <record id="product_standard_member" model="product.product">
+            <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
+        </record>
+        <record id="product_reduce_member" model="product.product">
+            <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
         </record>
     </data>
 </openerp>