[MODULE] +nrt_point_of_sale dependancy
[burette/lesjantesdunord.git] / __openerp__.py
index ab36410..b98c984 100644 (file)
@@ -38,13 +38,19 @@ It installs the profile for bike co-ops to manage some features like:
     'website': 'http://www.lesjantesdunord.org/',
     'depends': [
         'bikecoop_l10n_fr',
+        'nrt_point_of_sale',
                ],
     'init_xml': [
+    ],
+    'update_xml': [
+        'data/account.xml',
         'data/base.xml',
+        'data/point_of_sale.xml',
         'data/products_categories.xml',
         'data/products_products.xml',
-    ],
-    'update_xml': [
+        'data/remembership.xml',
+        'data/sale.xml',
+        'data/stock.xml',
     ],
     'installable': True,
     'auto_install': False,