X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__init__.py;h=2cac66c7f5fc06c0a567117ae1c0750af0201755;hp=7c0d3fbc729f6145565623efd1ecacece40bd972;hb=bfb10ae8e127f7195bd6e27a981150450620ce86;hpb=0beacbe98d1592f7d41e85e3300c284cc2b86ef5 diff --git a/__init__.py b/__init__.py index 7c0d3fb..2cac66c 100644 --- a/__init__.py +++ b/__init__.py @@ -4,15 +4,15 @@ # cyclofficine_pantin module for OpenERP, Custom module for La Cyclofficine # de Pantin -# Copyright (C) 2015 cyclofficine_pantin +# Copyright (C) 2015-2016 cyclofficine_pantin # () # # This file is a part of cyclofficine_pantin # -# cyclofficine_pantin 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. +# cyclofficine_pantin 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. # # cyclofficine_pantin is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,4 +24,6 @@ # ############################################################################## +import res_partner + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: