X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=blobdiff_plain;f=__openerp__.py;h=2804b8a63620db94cb145127b658b17cf373ec00;hp=720c39d9aec12f6714ea6ee6786ddedb784b82e7;hb=8e1dce77ea0e859afe6640755bdac9bd0c7b47cc;hpb=5f5ecf25a08eea9539663614d1e065bfbe592eb1 diff --git a/__openerp__.py b/__openerp__.py index 720c39d..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 . @@ -45,6 +45,14 @@ It installs the profile for bike co-ops to manage some features like: '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,