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

index 5a99b0d..12223f7 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/account.xml',
         'data/base.xml',
         'data/point_of_sale.xml',
+        'data/sale.xml',
         'data/stock.xml',
     ],
     'installable': True,
         'data/stock.xml',
     ],
     'installable': True,
diff --git a/data/sale.xml b/data/sale.xml
new file mode 100644 (file)
index 0000000..229bfde
--- /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 CHOISIR</field>
+        </record>
+    </data>
+</openerp>