[MODULE] ~first try
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 26 Apr 2019 14:22:48 +0000 (16:22 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 26 Apr 2019 14:22:48 +0000 (16:22 +0200)
__openerp__.py
data/base.xml
data/products_categories.xml
data/products_products.xml

index 8842f3f..0493edc 100644 (file)
@@ -40,6 +40,8 @@ It installs the profile for bike co-ops to manage some features like:
         'data/base.xml',
         'data/products_categories.xml',
         'data/products_products.xml',
+        'data/members.xml',
+        'data/users.xml',
         'view/members.xml',
     ],
     'installable': True,
index 9d65e69..2f5ad9d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <record id="base.main_partner" model="res.partner">
             <field name="name">La Cyclofficine d'Ivry</field>
             <field name="website">cyclocoop.org</field>
index 7d2d3a2..a53f0b6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
-  <data>
+  <data noupdate="1">
     <record id="product_category_RAC" model="product.category">
       <field name="parent_id" ref="product.product_category_all"/>
       <field model="account.account" name="property_account_expense_categ" search="[('code', '=', '607100')]"/>
index 53596d9..113e2f6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
-  <data>
+  <data noupdate="1">
     <record id="product_product_AP" model="product.product">
       <field name="list_price">1.0</field>
       <field name="name">Autre produit</field>