13 lines
421 B
Python
13 lines
421 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_frontend
|
|
from . import self_order_common_test
|
|
from . import test_self_order_mobile
|
|
from . import test_self_order_kiosk
|
|
from . import test_self_order_attribute
|
|
from . import test_self_order_combo
|
|
from . import test_self_order_common
|
|
from . import test_webmanifest
|
|
from . import test_self_order_sequence
|