From cdab4d831ea980fa8cafa4dd2c6ec08420f578de Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 5 Jan 2016 10:34:46 +0100 Subject: [PATCH] Credit creators, using same name across modules to avoid split statistics. --- mail_forward/__openerp__.py | 5 +++-- mail_full_expand/__openerp__.py | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mail_forward/__openerp__.py b/mail_forward/__openerp__.py index c5ac0df7..302a8e1f 100644 --- a/mail_forward/__openerp__.py +++ b/mail_forward/__openerp__.py @@ -7,8 +7,9 @@ "summary": "Add option to forward messages", "version": "8.0.7.0.0", "category": "Social Network", - "website": "https://odoo-community.org/", - "author": "Grupo ESOC, Odoo Community Association (OCA)", + "website": "https://grupoesoc.es", + "author": "Grupo ESOC IngenierĂ­a de Servicios, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, "installable": True, diff --git a/mail_full_expand/__openerp__.py b/mail_full_expand/__openerp__.py index 75b6c125..414337c6 100644 --- a/mail_full_expand/__openerp__.py +++ b/mail_full_expand/__openerp__.py @@ -7,8 +7,9 @@ "summary": "Expand mail in a big window", "version": "8.0.3.0.0", "category": "Social Network", - "website": "http://www.grupoesoc.es, https://odoo-community.org/", - "author": "Grupo ESOC, Odoo Community Association (OCA)", + "website": "https://grupoesoc.es", + "author": "Grupo ESOC IngenierĂ­a de Servicios, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, "installable": True,