X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=blobdiff_plain;f=__openerp__.py;h=e114c439eb5da6b0ba7a739a8af2baf75770df86;hp=25799305ad05651ca2cc3ede255b091bab62776e;hb=HEAD;hpb=06fae2548eb2dc23378432444455927f9ddebf3e diff --git a/__openerp__.py b/__openerp__.py index 2579930..e114c43 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,19 +2,19 @@ ############################################################################## # # velocampus_nantes module for OpenERP, Vélocampus Nantes specifities -# Copyright (C) 2013-2014 Vélocampus Nantes () +# Copyright (C) 2013-2015 Vélocampus Nantes () # # This file is a part of velocampus_nantes # -# velocampus_nantes module is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# velocampus_nantes module is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# velocampus_nantes module is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# velocampus_nantes module is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . @@ -42,7 +42,8 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ - 'data/base.xml', + 'view/base.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,