X-Git-Url: http://git.cyclocoop.org/?p=burette%2Feturecup.git;a=blobdiff_plain;f=__openerp__.py;h=bbd6ce1c8812218f9e05754eed44bbe8e775e918;hp=804dc4064e50ed9da64522830e289dc600079651;hb=HEAD;hpb=a908a85e3b5ccd01c814fafae10928443544db0c diff --git a/__openerp__.py b/__openerp__.py index 804dc40..bbd6ce1 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # eturecup module for OpenERP, Custom module for Étu'Récup -# Copyright (C) 2014 Étu'Récup () +# Copyright (C) 2014-2017 Étu'Récup () # # 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,