From d3b83d44d7045e63a4306f9baeadf04e4577dae9 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Wed, 11 Sep 2019 07:56:10 +0200 Subject: [PATCH] Update website in mail_outbound_static/__manifest__.py Co-Authored-By: Jairo Llopis --- mail_outbound_static/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_outbound_static/__manifest__.py b/mail_outbound_static/__manifest__.py index abdeb61a0..bb52e1e2f 100644 --- a/mail_outbound_static/__manifest__.py +++ b/mail_outbound_static/__manifest__.py @@ -6,7 +6,7 @@ 'summary': 'Allows you to configure the from header for a mail server.', 'version': '12.0.1.0.0', 'category': 'Discuss', - 'website': 'https://laslabs.com/', + 'website': 'https://github.com/OCA/social', 'author': 'LasLabs, Odoo Community Association (OCA)', 'license': 'LGPL-3', 'application': False,