forked from Mapan/odoo17e
14 lines
444 B
Python
14 lines
444 B
Python
# -*- coding: utf-8 -*-
|
|
from . import common_sale_subscription
|
|
from . import test_multicompany
|
|
from . import test_payments
|
|
from . import test_payment_flows
|
|
from . import test_sale_subscription
|
|
from . import test_subscription_controller
|
|
from . import test_performance
|
|
from . import test_report
|
|
from . import test_payment_with_account
|
|
from . import test_sale_subscription_portal
|
|
from . import test_sale_order_alert
|
|
from . import test_sale_report
|