X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr.git;a=blobdiff_plain;f=__openerp__.py;h=6da1e3d6f32619b2b1710be27b3077aabc27f3f0;hp=e5af034f36bd132e639372fe586204cd729f493c;hb=e17241f2ac80693bf4ba8cda20f629c2a30da186;hpb=cb41598a3a8df739b22b1f77314911914573c0de diff --git a/__openerp__.py b/__openerp__.py index e5af034..6da1e3d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,10 +1,26 @@ # -*- coding: utf-8 -*- ############################################################################## # +# bikecoop l10n fr module for OpenERP, French localisation module for bike coop' +# Copyright (C) 2012-2016 L'Heureux Cyclage () +# +# This file is a part of bikecoop_l10n_fr +# +# bikecoop_l10n_fr 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 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 . # ############################################################################## - { 'name': 'Bike Co-ops Management french specificities', 'version': '0.1', @@ -16,14 +32,24 @@ This module is to configure add french spepcifitities to modules related to a bi """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['bikecoop','l10n_fr','remembership'], + 'depends': [ + 'bikecoop', + 'l10n_fr', + 'pos_membership', + ], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', + 'data/fr_tax.xml', + 'security/ir.model.access.csv', + 'security/groups.xml', + 'view/account.xml', 'view/bikecoop.xml', - 'demo/res_users.xml', - 'demo/membership.xml', - 'demo/point_of_sale.xml', + 'view/point_of_sale.xml', + 'view/profile_association.xml', + 'view/purchase.xml', + 'view/sale.xml', ], 'installable': True, 'auto_install': False,