[data] ~nom du 'magasin'
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Fri, 19 Dec 2014 09:59:42 +0000 (10:59 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Fri, 19 Dec 2014 09:59:42 +0000 (10:59 +0100)
__openerp__.py
data/sale.xml [new file with mode: 0644]

index 2c3e490..e543399 100644 (file)
@@ -44,6 +44,7 @@ It installs the profile for bike co-ops to manage some features like:
     'update_xml': [
         'data/base.xml',
         'data/point_of_sale.xml',
+        'data/sale.xml',
         'data/stock.xml',
         'data/products_categories.xml',
         'data/plan_comptable_general.xml',
diff --git a/data/sale.xml b/data/sale.xml
new file mode 100644 (file)
index 0000000..1fa979f
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+    <data>
+        <record id="sale.sale_shop_1" model="sale.shop">
+            <field name="name">Atelier des bouchers</field>
+        </record>
+    </data>
+</openerp>