9 lines
312 B
Python
9 lines
312 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_apply_pending_coupon
|
|
from . import test_free_product_reward
|
|
from . import test_sale_coupon_multiwebsite
|
|
from . import test_shop_loyalty_payment
|
|
from . import test_shop_multi_reward
|
|
from . import test_shop_sale_coupon
|