[VIEW] +import invoice button in cash statetement
[burette/mobilidees.git] / __openerp__.py
index 15a55ca..5bd4b5e 100644 (file)
@@ -36,12 +36,24 @@ It installs the profile for bike co-ops to manage some features like:
     'author': 'Mobil\'Idées',
     'website': 'http://www.mobilidees.org/',
     'depends': [
+        'analytic',
         'bikecoop_l10n_fr',
         'hr_expense',
+        'nrt_point_of_sale',
                ],
     'init_xml': [
     ],
     'update_xml': [
+        'data/account.xml',
+        'data/base.xml',
+        'data/plan_comptable_general.xml',
+        'data/point_of_sale.xml',
+        'data/products_categories.xml',
+        'data/products_products.xml',
+        'data/remembership.xml',
+        'data/sale.xml',
+        'data/stock.xml',
+        'view/account.xml',
         'view/bikecoop.xml',
         'view/point_of_sale.xml',
     ],