From ab7b58ec4af96a2d82013061811b2a1a30b35010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20FRAN=C3=87OIS?= Date: Mon, 6 Apr 2020 16:32:13 +0200 Subject: [PATCH] [IMP] change dependency --- custom_matrix_survey/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_matrix_survey/__manifest__.py b/custom_matrix_survey/__manifest__.py index a788d35..6580325 100644 --- a/custom_matrix_survey/__manifest__.py +++ b/custom_matrix_survey/__manifest__.py @@ -26,7 +26,7 @@ Custom Matrix Survey. 'website': "http://www.kanakinfosystems.com", 'images': ['static/description/banner.jpg'], 'category': 'Website', - 'depends': ['survey_crm'], + 'depends': ['survey'], 'data': [ 'security/ir.model.access.csv', 'views/survey_views.xml',