diff options
Diffstat (limited to 'addons/sale_stock/tests/__init__.py')
| -rw-r--r-- | addons/sale_stock/tests/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/sale_stock/tests/__init__.py b/addons/sale_stock/tests/__init__.py new file mode 100644 index 00000000..f4f97c3a --- /dev/null +++ b/addons/sale_stock/tests/__init__.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_anglo_saxon_valuation +from . import test_anglo_saxon_valuation_reconciliation +from . import test_sale_stock +from . import test_sale_stock_lead_time +from . import test_sale_stock_report +from . import test_sale_order_dates +from . import test_sale_stock_multicompany |
