From 972dd46c2f2780de28c9c6f805cfc3bf4f87a952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Tue, 24 Oct 2023 08:13:48 -0400 Subject: [PATCH] Update __manifest__.py --- bemade_sethy_configuration/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py index 7835f2a..631ea7e 100644 --- a/bemade_sethy_configuration/__manifest__.py +++ b/bemade_sethy_configuration/__manifest__.py @@ -12,7 +12,7 @@ 'depends': [ # List of module dependencies 'base', - 'contact', + 'contacts', 'crm', 'membership', 'partner_multi_relation',