[PYTHON] -remove inherit functions when it's possible
[burette/analytic_point_of_sale.git] / __init__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 # analytic_point_of_sale module for OpenERP, Analytic Point of sale
5 # Copyright (C) 2017 L'Heureux Cyclage (<http://www.heureux-cyclage.org>)
6 # L'Heureux Cyclage
7 #
8 # This file is a part of analytic_point_of_sale
9 #
10 # analytic_point_of_sale is free software: you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License as published
12 # by the Free Software Foundation, either version 3 of the License, or (at
13 # your option) any later version.
14 #
15 # analytic_point_of_sale is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
18 # Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License along
21 # with this program. If not, see <http://www.gnu.org/licenses/>.
22 #
23 ##############################################################################
24
25 import point_of_sale
26
27 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: