[DATA] +chart of account customization
[burette/mobilidees.git] / __openerp__.py
index 464a9a2..8865696 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
 #
-#    Mobil'Idées module for OpenERP, Customization for Mobil'Idées
-#    Copyright (C) 2015 Mobil'Idées (<http://www.mobilidees.org/>)
+#    Mobil'Idées module for OpenERP, Customization for Mobil'Idées Copyright
+#    (C) 2015-2017 Mobil'Idées (<http://www.mobilidees.org/>)
 #
 #    This file is a part of Mobil'Idées module
 #
@@ -35,15 +35,20 @@ It installs the profile for bike co-ops to manage some features like:
     """,
     'author': 'Mobil\'Idées',
     'website': 'http://www.mobilidees.org/',
-    'depends': ['bikecoop_l10n_fr'],
+    'depends': [
+        'analytic',
+        'bikecoop_l10n_fr',
+        'hr_expense',
+        'nrt_point_of_sale',
+               ],
     'init_xml': [
     ],
     'update_xml': [
-        'data/base.xml',
         'data/account.xml',
-        'data/point_of_sale.xml',
-        'data/sale.xml',
-        'data/stock.xml',
+        'data/base.xml',
+        'data/plan_comptable_general.xml',
+        'view/bikecoop.xml',
+        'view/point_of_sale.xml',
     ],
     'installable': True,
     'auto_install': False,