[MODULE] ~licence
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 23 Oct 2015 09:34:20 +0000 (11:34 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Fri, 23 Oct 2015 09:34:20 +0000 (11:34 +0200)
bikecoop.py

index 7fe5b64..18adbe1 100644 (file)
@@ -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
+#    (<http://www.heureux-cyclage.org>)
+#
+#    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 <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
 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: