summaryrefslogtreecommitdiff
path: root/addons/pos_restaurant/models/__init__.py
blob: 09ed911c296e25265993cff53e384ba675fb4fe5 (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 pos_config
from . import pos_order
from . import pos_payment
from . import pos_restaurant