Skip to content

Commit

Permalink
[MIG] 18.0 packaging_uom
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 15, 2025
1 parent decb142 commit 4eb9333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging_uom/tests/test_product_packaging.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
# 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()
Expand Down

0 comments on commit 4eb9333

Please sign in to comment.