X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr_demo.git;a=blobdiff_plain;f=__openerp__.py;h=4b94f2f0468f4151c324034ba9bbe8d110679d80;hp=bcc2c838a82a959b889b1cf3a4dd16d19d8deb25;hb=3fbb660e69f95359d8b78846a53529184d4db638;hpb=5e04251d78485426c3cbb5e842069ab695d27dd2 diff --git a/__openerp__.py b/__openerp__.py index bcc2c83..4b94f2f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,6 +1,23 @@ # -*- coding: utf-8 -*- ############################################################################## # +# bikecoop_l10n_fr_demo module for OpenERP, Set of demo datas for testing bikecoop_l10n_fr module. +# Copyright (C) 2012-2013 L'Heureux Cyclage () +# +# This file is a part of bikecoop_l10n_fr_demo +# +# bikecoop_l10n_fr_demo 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. +# +# bikecoop_l10n_fr_demo 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 . # ############################################################################## @@ -11,8 +28,9 @@ 'category': 'Association', 'complexity': "normal", 'description': """ -This module is to having demo datas for french bike Co-op module demonstration. -============================================================================== +This module supplies demonstration data for the bikecoop_l10n_fr module +======================================================================= + """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', @@ -20,7 +38,10 @@ This module is to having demo datas for french bike Co-op module demonstration. 'update_xml': [ 'demo/res_users.xml', 'demo/membership.xml', + 'demo/partner.xml', 'demo/point_of_sale.xml', + 'demo/sale.xml', + 'demo/stock.xml', ], 'installable': True, 'auto_install': False,