[VIEW][TRANS] +menu gender
[burette/bikecoop.git] / __openerp__.py
index 10d8d53..ba074f8 100644 (file)
@@ -32,8 +32,9 @@ This module is to configure modules related to a bike Co-op.
 ==============================================================
 
     It installs the profile for bike co-ops to manage some features like:
-    - a form to record contact informations for bikecoop users
-    - ...
+    - a form to record contact informations for bikecoop users;
+    - allow search pos orders by partners;
+    - …
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
@@ -49,11 +50,13 @@ This module is to configure modules related to a bike Co-op.
     ],
     'update_xml': [
         'data/base.xml',
+        'data/users.xml',
         'data/res_partner.xml',
         'data/bikecoop.xml',
         'view/bikecoop.xml',
         'view/point_of_sale.xml',
         'view/res_users.xml',
+        'view/base.xml',
         'security/ir.model.access.csv',
     ],
     'installable': True,