[DATA] +stock
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 26 Jan 2017 14:53:15 +0000 (15:53 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 26 Jan 2017 14:53:15 +0000 (15:53 +0100)
__openerp__.py
data/stock.xml [new file with mode: 0644]

index d7050a8..5a99b0d 100644 (file)
@@ -44,6 +44,7 @@ It installs the profile for bike co-ops to manage some features like:
         'data/account.xml',
         'data/base.xml',
         'data/point_of_sale.xml',
+        'data/stock.xml',
     ],
     'installable': True,
     'auto_install': False,
diff --git a/data/stock.xml b/data/stock.xml
new file mode 100644 (file)
index 0000000..e49d4fb
--- /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 CHOISIR</field>
+        </record>
+    </data>
+</openerp>