From 8a1cea8acacca0ccd82015acf737c1f56fb611b0 Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Wed, 6 May 2020 18:57:15 +0200 Subject: [PATCH] [FIX] emc_ch: wrong import --- easy_my_coop_ch/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_my_coop_ch/__manifest__.py b/easy_my_coop_ch/__manifest__.py index a154b97..aca3184 100644 --- a/easy_my_coop_ch/__manifest__.py +++ b/easy_my_coop_ch/__manifest__.py @@ -13,7 +13,7 @@ "webstite": "www.coopiteasy.be", "data": [ "views/subscription_template.xml", - "views/subscription_request_view.xml", + # "views/subscription_request_view.xml", ], "installable": True, }