From ae1e9322a0fafbe9c1fc801342e10862b7121d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 13 Mar 2017 11:29:48 +0100 Subject: [PATCH] [UPD] mail_full_expand: fix website URI --- mail_full_expand/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_full_expand/__manifest__.py b/mail_full_expand/__manifest__.py index 0a62d5a3..2de3c1ab 100644 --- a/mail_full_expand/__manifest__.py +++ b/mail_full_expand/__manifest__.py @@ -7,7 +7,7 @@ "summary": "Expand mail in a big window", "version": "10.0.1.0.0", "category": "Social Network", - "website": "http://www.grupoesoc.es, https://odoo-community.org/", + "website": "http://www.grupoesoc.es/", "author": "Grupo ESOC, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False,