From 95c466ed61f93a6a161418ccca7b8bdbc7017710 Mon Sep 17 00:00:00 2001 From: houssine Date: Fri, 26 Jul 2019 12:22:50 +0200 Subject: [PATCH] [FIX] fix folder name --- easy_my_coop_website/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_my_coop_website/__manifest__.py b/easy_my_coop_website/__manifest__.py index 2df6cfa..e30d35b 100644 --- a/easy_my_coop_website/__manifest__.py +++ b/easy_my_coop_website/__manifest__.py @@ -20,7 +20,7 @@ shares online. """, 'data': [ - 'view/subscription_template.xml', + 'views/subscription_template.xml', 'data/website_cooperator_data.xml', ], 'installable': True,