2025-01-06 10:57:38 +07:00
|
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
|
|
|
|
from . import test_apply_pending_coupon
|
2025-03-04 12:23:19 +07:00
|
|
|
from . import test_ewallet
|
|
|
|
from . import test_free_product_reward
|
2025-01-06 10:57:38 +07:00
|
|
|
from . import test_sale_coupon_multiwebsite
|
2025-03-04 12:23:19 +07:00
|
|
|
from . import test_shop_loyalty_payment
|
|
|
|
from . import test_shop_multi_reward
|
2025-01-06 10:57:38 +07:00
|
|
|
from . import test_shop_sale_coupon
|
|
|
|
from . import test_website_sale_auto_invoice
|
2025-03-04 12:23:19 +07:00
|
|
|
from . import test_website_sale_loyalty_delivery
|