[PYTHON] ~fix bikecoop partner form: studies fields didn't appear when a studie occup...
[burette/eturecup.git] / __openerp__.py
index 804dc40..bbd6ce1 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    eturecup module for OpenERP, Custom module for Étu'Récup
-#    Copyright (C) 2014 Étu'Récup (<http://www.eturecup.org/>)
+#    Copyright (C) 2014-2017 Étu'Récup (<http://www.eturecup.org/>)
 #
 #    This file is a part of eturecup
 #
@@ -33,8 +33,8 @@ This module is a profile module for Étu'Récup
 It installs the profile for bike co-ops to manage some features like:
     * ...
     """,
-    'author': 'Cycles & Manivelles',
-    'website': 'http://www.heureux-cyclage.org/',
+    'author': 'Étu\'Récup',
+    'website': 'http://www.eturecup.org/',
     'depends': [
         'bikecoop',
         'bikecoop_l10n_fr'
@@ -42,6 +42,7 @@ It installs the profile for bike co-ops to manage some features like:
     'init_xml': [
     ],
     'update_xml': [
+        'view/bikecoop.xml',
     ],
     'installable': True,
     'auto_install': False,