X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=blobdiff_plain;f=__openerp__.py;h=2804b8a63620db94cb145127b658b17cf373ec00;hp=25799305ad05651ca2cc3ede255b091bab62776e;hb=8e1dce77ea0e859afe6640755bdac9bd0c7b47cc;hpb=06fae2548eb2dc23378432444455927f9ddebf3e diff --git a/__openerp__.py b/__openerp__.py index 2579930..2804b8a 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 . @@ -43,6 +43,16 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/bikecoop.xml', + 'data/members.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/account.xml', + 'data/point_of_sale.xml', + 'view/base.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,