From 2146b1b2f52d54471a65b3fe408a9934bbee6489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20L=C3=B3pez=20Ram=C3=ADrez?= Date: Tue, 16 Jun 2020 11:31:22 +0200 Subject: [PATCH] Recaptcha option --- easy_my_coop_website/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/easy_my_coop_website/__manifest__.py b/easy_my_coop_website/__manifest__.py index c665b87..03c04a1 100644 --- a/easy_my_coop_website/__manifest__.py +++ b/easy_my_coop_website/__manifest__.py @@ -17,7 +17,6 @@ """, "data": [ "views/subscription_template.xml", - "views/res_company_view.xml", "data/website_cooperator_data.xml", ], "installable": True,