summaryrefslogtreecommitdiff
path: root/addons/lunch/models/__init__.py
blob: 94739d3cf9fbfaa37dd67e9278740c6cafca0a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import lunch_alert
from . import lunch_cashmove
from . import lunch_location
from . import lunch_order
from . import lunch_product
from . import lunch_supplier
from . import res_company
from . import res_config_settings
from . import res_users