Skip to content

Commit

Permalink
[MIG] attribute_set: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damcar committed Dec 6, 2023
1 parent cfa78d0 commit 52ffa74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion attribute_set/tests/test_build_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
cls.loader.restore_registry()
return super(BuildViewCase, cls).tearDownClass()
return super().tearDownClass()

# TEST write on attributes
@users("demo")
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
odoo_test_helper

0 comments on commit 52ffa74

Please sign in to comment.