From: Ludovic CHEVALIER Date: Fri, 23 Oct 2015 09:34:20 +0000 (+0200) Subject: [MODULE] ~licence X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr.git;a=commitdiff_plain;h=ae25ba631256eed7b42da6012e1084fbe22bc9ab [MODULE] ~licence --- diff --git a/bikecoop.py b/bikecoop.py index 7fe5b64..18adbe1 100644 --- a/bikecoop.py +++ b/bikecoop.py @@ -1,6 +1,31 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Bikecoop_l10n_fr module for OpenERP, French specifities for bikecoop +# funtionnalities Copyright (C) 2012-2015 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_l10n_fr 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 . +# +############################################################################## + from openerp.osv import osv from openerp.osv import fields + class Partner(osv.osv): _inherit = 'res.partner' @@ -24,4 +49,4 @@ class Partner(osv.osv): } Partner() - +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: