8 lines
249 B
Python
8 lines
249 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_sale_purchase_stock_flow
|
||
|
from . import test_access_rights
|
||
|
from . import test_lead_time
|
||
|
from . import test_unwanted_replenish_flow
|