From 4eb9333f5e089138e18419dbb9e3c863e77f320d Mon Sep 17 00:00:00 2001 From: gaelTorrecillas Date: Wed, 15 Jan 2025 11:23:07 +0100 Subject: [PATCH] [MIG] 18.0 packaging_uom --- packaging_uom/tests/test_product_packaging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging_uom/tests/test_product_packaging.py b/packaging_uom/tests/test_product_packaging.py index ffc40685bc1..43a12dfc537 100644 --- a/packaging_uom/tests/test_product_packaging.py +++ b/packaging_uom/tests/test_product_packaging.py @@ -1,10 +1,10 @@ # Copyright 2015-2017 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -import odoo.tests.common as common from odoo.exceptions import ValidationError +from odoo.addons.base.tests.common import SavepointCaseWithUserDemo -class TestProductPackaging(common.SavepointCase): +class TestProductPackaging(SavepointCaseWithUserDemo): @classmethod def setUpClass(cls): super().setUpClass()