X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr_demo.git;a=blobdiff_plain;f=__openerp__.py;h=4b94f2f0468f4151c324034ba9bbe8d110679d80;hp=b34f35e7ba4612f820546d63fbc69a92acf180ff;hb=HEAD;hpb=b74fe83234763c20af435a1965732f2490cab6c8 diff --git a/__openerp__.py b/__openerp__.py index b34f35e..ad03bc7 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 . # ############################################################################## @@ -17,11 +34,17 @@ This module supplies demonstration data for the bikecoop_l10n_fr module """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['bikecoop_demo'], + 'depends': [ + 'bikecoop_demo', + 'bikecoop_l10n_fr', + ], '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,