[PYTHON] ~update copyright
[burette/etudesetchantiersidf.git] / __openerp__.py
index 89b16fc..71fd43e 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Études et
 #    Chantiers Île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2023 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
@@ -33,7 +33,10 @@ 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/',
@@ -56,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,