From cad38216de3df0e6682fd4d86059ce7ae34e32ba Mon Sep 17 00:00:00 2001 From: michel Date: Thu, 23 Nov 2017 14:33:55 +0100 Subject: [PATCH] Add contacts modul global depends --- coworking_base/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coworking_base/__manifest__.py b/coworking_base/__manifest__.py index 868b689..2a26a6c 100644 --- a/coworking_base/__manifest__.py +++ b/coworking_base/__manifest__.py @@ -25,5 +25,5 @@ 'license': 'AGPL-3', 'application': False, 'installable': True, - 'depends': ['base'] + 'depends': ['base', 'contacts'] }