[PYTHON] ~update copyright
[burette/etudesetchantiersidf.git] / __openerp__.py
index 35b56e0..71fd43e 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Études et
 #    Chantiers Île-de-France
-#    Copyright (C) 2014-2015 etudesetchantiersidf
+#    Copyright (C) 2014-2023 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
@@ -33,13 +33,17 @@ This module is a profile module for Études et Chantiers
 =======================================================
 
 It installs the profile for bike co-ops to manage some features like:
-    * ...
+    * know wich membership product is the last one for a member in point of sale order;
+    * if "fixed price" is checked in category, products of this category are fixed pricing in orders lines;
+    * SAGE export;
+    * …
     """,
     'author': 'Études et Chantiers',
     'website': 'http://etudesetchantiersiledefrance.unarec.org/',
     'depends': [
+        'account_export_csv',
         'bikecoop',
-        'bikecoop_l10n_fr'
+        'bikecoop_l10n_fr',
     ],
     'init_xml': [
     ],
@@ -55,6 +59,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,