[Point of sale] +membership category for group membership in pos
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 3 Apr 2013 14:11:23 +0000 (16:11 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 3 Apr 2013 14:11:23 +0000 (16:11 +0200)
demo/point_of_sale.xml

index 7fade0b..b09a5c9 100644 (file)
@@ -6,5 +6,8 @@
         <record id="product_reduce_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>
+        <record id="product_group_membership" model="product.product">
+            <field name="pos_categ_id" ref="point_of_sale.categ_others"/>
+        </record>
     </data>
 </openerp>
     </data>
 </openerp>