forked from Mapan/odoo17e
8 lines
243 B
Python
8 lines
243 B
Python
|
|
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import common_sale_subscription_stock
|
|
from . import test_sale_subscription_stock_order
|
|
from . import test_sale_subscription_stock_rule
|