diff --git a/base_optional_quick_create/tests/test_quick_create.py b/base_optional_quick_create/tests/test_quick_create.py index fe4847c375..0576c7cb73 100644 --- a/base_optional_quick_create/tests/test_quick_create.py +++ b/base_optional_quick_create/tests/test_quick_create.py @@ -39,7 +39,6 @@ def test_quick_create(self): { "name": "Test Model", "model": "x_.test.model.quick", - "avoid_quick_create": False, } ) test_id = self.env["x_.test.model.quick"].name_create("TEST Model")