blob: 990bd0591e3b2d7874d44f1919d22506eb106554 (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_crossdock
from . import test_dropship
from . import test_lifo_price
from . import test_procurement_exception
from . import test_stockvaluation
|