From 1f761c3c1aee4d0aebfe3bfd610d2aa3fc066c7b Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 5 Jan 2016 10:37:20 +0100 Subject: [PATCH] Credit creators, using same name across modules to avoid split statistics. --- report_xml/__openerp__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/report_xml/__openerp__.py b/report_xml/__openerp__.py index 9b14e205..902b050f 100644 --- a/report_xml/__openerp__.py +++ b/report_xml/__openerp__.py @@ -5,9 +5,10 @@ "name": "Qweb XML Reports", "version": "1.0", "category": "Reporting", - "author": "Odoo Community Association (OCA), Grupo ESOC", + "website": "https://grupoesoc.es", + "author": "Grupo ESOC IngenierĂ­a de Servicios, " + "Odoo Community Association (OCA)", "license": "AGPL-3", - "website": "https://odoo-community.org/", "installable": True, "application": False, "summary": "Allow to generate XML reports",