[MODULE] -import files
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Sat, 2 Jan 2016 16:43:09 +0000 (17:43 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Sat, 2 Jan 2016 16:43:09 +0000 (17:43 +0100)
__openerp__.py
data/products_categories.xml
data/products_products.xml

index bfd8ff0..0ab2b0c 100644 (file)
@@ -51,11 +51,7 @@ It installs the profile for bike co-ops to manage some features like:
         'data/stock.xml',
         'data/sale.xml',
         'data/point_of_sale.xml',
-        'data/products_categories.xml',
-        'data/products_products.xml',
         'data/bikecoop.xml',
-        'data/membership.xml',
-        'data/users.xml',
         'view/bikecoop.xml',
         'view/point_of_sale.xml',
     ],
index 40a9558..585f9b3 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
-  <data noupdate="0">
+  <data noupdate="1">
     <record id="eecidf_product_category_0" model="product.category">
       <field name="parent_id" ref="product.product_category_all"/>
       <field model="account.account" name="property_account_income_categ" search="[('code', '=', '707008')]"/>
index 0501943..6d02328 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <openerp>
-  <data noupdate="0">
+  <data noupdate="1">
     <record id="eecidf_product_product_PN001" model="product.product">
       <field name="supply_method">buy</field>
       <field name="list_price">1.0</field>