[DATA] +stock
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 May 2015 12:25:50 +0000 (14:25 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 21 May 2015 12:25:50 +0000 (14:25 +0200)
__openerp__.py
data/stock.xml [new file with mode: 0644]

index ccbe603..464a9a2 100644 (file)
@@ -39,6 +39,11 @@ It installs the profile for bike co-ops to manage some features like:
     'init_xml': [
     ],
     'update_xml': [
     'init_xml': [
     ],
     'update_xml': [
+        'data/base.xml',
+        'data/account.xml',
+        'data/point_of_sale.xml',
+        'data/sale.xml',
+        'data/stock.xml',
     ],
     'installable': True,
     'auto_install': False,
     ],
     'installable': True,
     'auto_install': False,
diff --git a/data/stock.xml b/data/stock.xml
new file mode 100644 (file)
index 0000000..270aad9
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data>
+        <record id="stock.warehouse0" model="stock.warehouse">
+            <field name="name">L'atelier de Mobil'idées</field>
+        </record>
+    </data>
+</openerp>