[MODULE] ~reset
[burette/cyclofficine_ivry.git] / __openerp__.py
index 2332135..5d2e317 100644 (file)
@@ -1,31 +1,52 @@
 # -*- coding: utf-8 -*-
+##############################################################################
+#
+#    cyclofficine_ivry module for OpenERP, Custom module for La Cyclofficine
+#    d'Ivry
+#
+#    Copyright (C) 2019 cyclofficine_ivry
+#    (<http://cyclocoop.org/index.php/les-ateliers/ivry-sur-seine/>)
+#
+#    This file is a part of cyclofficine_ivry
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
 
 {
-       'name': 'Cyclofficine Ivry',
-       'version': '2013.10.25',
-       'category': 'Association',
-       'complexity': "normal",
-       'description': """
-Cyclofficine Ivry
-=================
+    'name': 'Custom Cyclofficine d\'Ivry',
+    'version': '0.1',
+    'category': 'Association',
+    'complexity': "normal",
+    'description': """
+This module is a profile module for Cyclofficine d'Ivry
+=======================================================
 
+It installs the profile for bike co-ops to manage some features like:
+    * search customers by member identifier and membership informations in customers views;
+    * import initial datas;
+    * …
     """,
-       'author': 'Cyclofficine',
-       'website': 'http://cyclocoop.org',
-       'depends': [
-               'bikecoop',
-               'bikecoop_l10n_fr',
-               'remembership',
-        ],
-       'update_xml': [
-               'data/partner.xml',
-               'data/base.xml',
-               'data/product.xml',
-               'data/membership.xml',
-               'data/members.xml',
-               'view/members.xml',
-        ],
-       'installable': True,
-       'auto_install': False,
-       'images': [],
+    'author': 'La Cyclofficine d\'Ivry',
+    'website': 'http://cyclocoop.org/index.php/les-ateliers/ivry-sur-seine',
+    'depends': [
+        'account_cancel',
+        'bikecoop',
+        'bikecoop_l10n_fr',
+        'nrt_point_of_sale',
+    ],
+    'init_xml': [
+    ],
+    'update_xml': [
+        'data/base.xml',
+        'data/products_categories.xml',
+        'data/products_products.xml',
+        'sec/data/members.xml',
+        'sec/data/users.xml',
+        'view/members.xml',
+    ],
+    'installable': True,
+    'auto_install': False,
+    'images': [],
 }
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: