[VIEW][PYTHON][TRANS] +fixed price field in products categories
[burette/etudesetchantiersidf.git] / __openerp__.py
index 950dd7b..8c2816a 100644 (file)
@@ -38,6 +38,7 @@ It installs the profile for bike co-ops to manage some features like:
     'author': 'Études et Chantiers',
     'website': 'http://etudesetchantiersiledefrance.unarec.org/',
     'depends': [
+        'account_export_csv',
         'bikecoop',
         'bikecoop_l10n_fr',
     ],
@@ -55,6 +56,8 @@ It installs the profile for bike co-ops to manage some features like:
         'data/bikecoop.xml',
         'view/bikecoop.xml',
         'view/point_of_sale.xml',
+        'view/product.xml',
+        'wizard/account_export_csv_view.xml',
     ],
     'installable': True,
     'auto_install': False,