[FIX] stock_move_purchase_uom: test typo

This commit is contained in:
Joan Sisquella
2024-05-08 15:56:14 +02:00
parent 5eda109949
commit 3a4ac86baf

View File

@@ -1,6 +1,6 @@
# Copyright 2024 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo.odoo.tests import Form
from odoo.tests import Form
from .test_common import TestCommon