diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/purchase_stock/tests/__init__.py | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/purchase_stock/tests/__init__.py')
| -rw-r--r-- | addons/purchase_stock/tests/__init__.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/purchase_stock/tests/__init__.py b/addons/purchase_stock/tests/__init__.py new file mode 100644 index 00000000..31ce9c71 --- /dev/null +++ b/addons/purchase_stock/tests/__init__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_anglo_saxon_valuation_reconciliation +from . import test_average_price +from . import test_create_picking +from . import test_fifo_price +from . import test_fifo_returns +from . import test_onchange_product +from . import test_purchase_delete_order +from . import test_purchase_lead_time +from . import test_purchase_order +from . import test_purchase_order_process +from . import test_purchase_stock_report +from . import test_stockvaluation +from . import test_replenish_wizard +from . import test_reordering_rule +from . import test_move_cancel_propagation +from . import test_product_template +from . import test_routes |
