summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/__init__.py
blob: ee87c280f2cff028e128ccd4ac9feb4bef92424c (plain)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import models
from . import controllers
from . import report
from . import wizard