X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr_demo.git;a=blobdiff_plain;f=__openerp__.py;h=4b94f2f0468f4151c324034ba9bbe8d110679d80;hp=b34f35e7ba4612f820546d63fbc69a92acf180ff;hb=3fbb660e69f95359d8b78846a53529184d4db638;hpb=b74fe83234763c20af435a1965732f2490cab6c8 diff --git a/__openerp__.py b/__openerp__.py index b34f35e..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 . # ############################################################################## @@ -21,7 +38,10 @@ This module supplies demonstration data for the bikecoop_l10n_fr module '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,