From 3f1a4a63aadd69bfc2e9ad7abb1ea1b9a405962e Mon Sep 17 00:00:00 2001 From: default Date: Mon, 27 May 2024 02:23:53 +0000 Subject: [PATCH] [FIX] xmlid --- crock_base/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crock_base/hooks.py b/crock_base/hooks.py index 43a31ac..c41209c 100644 --- a/crock_base/hooks.py +++ b/crock_base/hooks.py @@ -17,7 +17,7 @@ def post_init_hook(cr, registry): "association": True, "ffck_network": True, "partner_code": "CR10", - "ffck_structure_type_id": env.ref("ffck_commond.ffck_structure_type_crck"), + "ffck_structure_type_id": env.ref("ffck_commons.ffck_structure_type_crck"), "ref": "CROCK", } )