From b0ff5851a7faa5330cf6f8d665c1461c6b9a5877 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 +++-- report_xml_sample/__openerp__.py | 5 +++-- 2 files changed, 6 insertions(+), 4 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", diff --git a/report_xml_sample/__openerp__.py b/report_xml_sample/__openerp__.py index fadb4bb9..219d5e6f 100644 --- a/report_xml_sample/__openerp__.py +++ b/report_xml_sample/__openerp__.py @@ -5,9 +5,10 @@ "name": "Qweb XML Sample Report", "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": "For developers who want an example",