summaryrefslogtreecommitdiff
path: root/addons/stock/tests/__init__.py
blob: cc3d2dfa9f5cd5fef39b7f37df5356ba26d59cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: utf-8 -*-

from . import test_stock_flow
from . import test_product
from . import test_warehouse
from . import test_stock_location_search
from . import test_quant
from . import test_quant_inventory_mode
from . import test_generate_serial_numbers
from . import test_inventory
from . import test_move
from . import test_move2
from . import test_multicompany
from . import test_robustness
from . import test_packing
from . import test_packing_neg
from . import test_proc_rule
from . import test_wise_operator
from . import test_report
from . import test_report_stock_quantity
from . import test_report_tours