From fadfec94cf48e0530a06e1bc0c0310a33ddbccc8 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Fri, 16 Mar 2018 16:06:00 +0100 Subject: [PATCH] [FIX] base_technical_features: add web dependency for fixing base_import tests --- base_technical_features/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base_technical_features/__manifest__.py b/base_technical_features/__manifest__.py index b7f8ea183..a8c37276c 100644 --- a/base_technical_features/__manifest__.py +++ b/base_technical_features/__manifest__.py @@ -8,6 +8,7 @@ "category": "Usability", "website": "https://github.com/oca/server-tools", "author": "Opener B.V., Odoo Community Association (OCA)", + "depends": ['web'], "data": [ 'security/res_groups.xml', 'views/res_users.xml',