[DATA] +custom stock and sale informations for point of sale
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2018 06:31:05 +0000 (07:31 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 13 Dec 2018 06:31:05 +0000 (07:31 +0100)
data/sale.xml [new file with mode: 0644]
data/stock.xml [new file with mode: 0644]

diff --git a/data/sale.xml b/data/sale.xml
new file mode 100644 (file)
index 0000000..0b7a473
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data noupdate="1">
+        <record id="sale.sale_shop_1" model="sale.shop">
+            <field name="name">L'atelier de la Casa Bicicleta</field>
+        </record>
+    </data>
+</openerp>
diff --git a/data/stock.xml b/data/stock.xml
new file mode 100644 (file)
index 0000000..3c87a1d
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data noupdate="1">
+        <record id="stock.warehouse0" model="stock.warehouse">
+            <field name="name">L'atelier de la Casa Bicicleta</field>
+        </record>
+    </data>
+</openerp>