10 lines
340 B
Python
10 lines
340 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_delivery_carrier
|
|
from . import test_click_and_collect_express_checkout
|
|
from . import test_click_and_collect_flow
|
|
from . import test_payment_provider
|
|
from . import test_payment_transaction
|
|
from . import test_sale_order
|
|
from . import test_website
|