diff --git a/fieldservice_equipment_stock/tests/test_stock_move.py b/fieldservice_equipment_stock/tests/test_stock_move.py index 0334e4feb2..ccfebc0579 100644 --- a/fieldservice_equipment_stock/tests/test_stock_move.py +++ b/fieldservice_equipment_stock/tests/test_stock_move.py @@ -1,7 +1,7 @@ # Copyright (C) 2021 Open Source Integrators # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo.tests.common import TransactionCase +from odoo.tests import TransactionCase class TestStockMove(TransactionCase):