Skip to content

Commit

Permalink
[MIG] stock_package_autoload: Migation to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anusriNPS committed Dec 11, 2024
1 parent 7e9b9f4 commit d1514e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_package_autoload/tests/test_stock_package_autoload.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestStockPackageAutoload(SavepointCase):
class TestStockPackageAutoload(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit d1514e1

Please sign in to comment.