diff options
Diffstat (limited to 'addons/lunch/models/__init__.py')
| -rw-r--r-- | addons/lunch/models/__init__.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/lunch/models/__init__.py b/addons/lunch/models/__init__.py new file mode 100644 index 00000000..94739d3c --- /dev/null +++ b/addons/lunch/models/__init__.py @@ -0,0 +1,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 |
