From eb5469a312741f9fa6359e42b4bc050f153ae176 Mon Sep 17 00:00:00 2001 From: abdessamad salim Date: Mon, 3 Feb 2025 11:57:53 +0100 Subject: [PATCH] [MIG] base_optional_quick_create: Migration to 18.0 --- base_optional_quick_create/tests/test_quick_create.py | 1 - 1 file changed, 1 deletion(-) 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")