Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 20, 2025
1 parent 5ad91f9 commit 2495735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_substate/tests/test_base_substate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def setUpClass(cls):
("base.substate.test.sale", "Sale Order")
)

cls.assertTrue("base.substate.test.sale" in cls.substate_type._fields["model"])

cls.substate_type = cls.env["base.substate.type"].create(
{
"name": "Sale",
Expand Down

0 comments on commit 2495735

Please sign in to comment.