11 lines
393 B
Python
11 lines
393 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_apply_pending_coupon
|
||
|
from . import test_sale_coupon_multiwebsite
|
||
|
from . import test_shop_sale_coupon
|
||
|
from . import test_website_sale_loyalty_delivery
|
||
|
from . import test_free_product_reward
|
||
|
from . import test_ewallet
|
||
|
from . import test_website_sale_auto_invoice
|
||
|
from . import test_shop_multi_reward
|