[DATA] +members
[burette/letriseratop.git] / __openerp__.py
index 8be7450..14f52f6 100644 (file)
@@ -31,7 +31,9 @@ This module is a profile module for Le Tri Sera Top
 ===================================================
 
 It installs the profile for bike co-ops to manage some features like:
-    * ...
+    * newsletter subscription;
+    * categorize activities;
+    * check if someone is student or not;
     """,
     'author': 'Le Tri Sera Top',
     'depends': [
@@ -42,9 +44,12 @@ It installs the profile for bike co-ops to manage some features like:
     ],
     'update_xml': [
         'data/base.xml',
+        'data/bikecoop.xml',
         'data/products_categories.xml',
         'data/products_products.xml',
+        'data/members.xml',
         'view/bikecoop.xml',
+        'view/membership.xml',
     ],
     'installable': True,
     'auto_install': False,