Merge branch 'master' into v7
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 16 Nov 2012 10:06:36 +0000 (11:06 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 16 Nov 2012 10:06:36 +0000 (11:06 +0100)
demo/point_of_sale.xml [new file with mode: 0644]

diff --git a/demo/point_of_sale.xml b/demo/point_of_sale.xml
new file mode 100644 (file)
index 0000000..7fade0b
--- /dev/null
@@ -0,0 +1,10 @@
+<openerp>
+    <data>
+        <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>