X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fanalytic_point_of_sale.git;a=blobdiff_plain;f=__init__.py;fp=__init__.py;h=68ac9a6bf5fae208e88d962c2fbc01a521ad047a;hp=0000000000000000000000000000000000000000;hb=815096298d0b1925488e3a7fbf5794bfa2ceac33;hpb=f4a4c230af34dc40ba87752d6d4b941fd52ae5cb diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..68ac9a6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# analytic_point_of_sale module for OpenERP, Analytic Point of sale +# Copyright (C) 2017 L'Heureux Cyclage () +# L'Heureux Cyclage +# +# This file is a part of analytic_point_of_sale +# +# analytic_point_of_sale 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. +# +# analytic_point_of_sale 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 . +# +############################################################################## + +import point_of_sale + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: