X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=blobdiff_plain;f=__openerp__.py;fp=__openerp__.py;h=3502047820d92d82522c0974e488236c1659650e;hb=91e58ee236b03158c0e042a165aa3705b1cf9b23;hp=804dc4064e50ed9da64522830e289dc600079651;hpb=a908a85e3b5ccd01c814fafae10928443544db0c;p=burette%2Feturecup.git diff --git a/__openerp__.py b/__openerp__.py index 804dc40..3502047 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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,