[DATA] +6713 account
[burette/mobilidees.git] / __openerp__.py
index 464a9a2..3e5914a 100644 (file)
@@ -35,15 +35,21 @@ 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': [
+        'bikecoop_l10n_fr',
+        'hr_expense',
+               ],
     'init_xml': [
     ],
     'update_xml': [
         'data/base.xml',
+        'data/plan_comptable_general.xml',
         'data/account.xml',
         'data/point_of_sale.xml',
         'data/sale.xml',
         'data/stock.xml',
+        'data/products_categories.xml',
+        'data/products_products.xml',
     ],
     'installable': True,
     'auto_install': False,