From f31b94dd04cea9fc4596c55761cc66b3cc018858 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 15 Aug 2017 12:32:47 +0200 Subject: [PATCH] [FIX] account_chart_update: Clean old authors As this module has been written from scratch with a totally different technique, I clean the list and update copyrights. --- account_chart_update/README.rst | 6 ------ account_chart_update/__manifest__.py | 18 ++++-------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/account_chart_update/README.rst b/account_chart_update/README.rst index fcd8d41af..7e83fc20b 100644 --- a/account_chart_update/README.rst +++ b/account_chart_update/README.rst @@ -54,13 +54,7 @@ Credits Contributors ------------ -* Jordi Esteve -* Borja López Soilán * Pedro M. Baeza -* Joaquín Gutierrez -* invitu -* Stéphane Bidoul -* Antonio Espinosa * Jairo Llopis * Jacques-Etienne Baudoux diff --git a/account_chart_update/__manifest__.py b/account_chart_update/__manifest__.py index f79869139..42ca45e6a 100644 --- a/account_chart_update/__manifest__.py +++ b/account_chart_update/__manifest__.py @@ -1,31 +1,21 @@ # -*- coding: utf-8 -*- -# © 2010 Zikzakmedia S.L. (http://www.zikzakmedia.com) -# © 2010 Pexego Sistemas Informáticos S.L.(http://www.pexego.es) -# © 2013 Joaquin Gutierrez (http://www.gutierrezweb.es) -# © 2015 Pedro Manuel Baeza -# © 2016 Jairo Llopis -# © 2016 Jacques-Etienne Baudoux +# Copyright 2015-2017 Pedro Manuel Baeza +# Copyright 2016 Jairo Llopis +# Copyright 2016 Jacques-Etienne Baudoux # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': "Detect changes and update the Account Chart from a template", "summary": "Wizard to update a company's account chart from a template", 'version': "9.0.1.0.0", - 'author': "Zikzakmedia SL, " - "Pexego, " - "Serv. Tecnol. Avanzados - Pedro M. Baeza, " - "ACSONE A/V, " - "Tecnativa, " + 'author': "Tecnativa, " "BCIM," "Odoo Community Association (OCA)", 'website': "http://odoo-community.org", 'depends': ["account"], 'category': "Accounting & Finance", 'contributors': [ - 'Joaquín Gutierrez', 'Pedro M. Baeza', - 'invitu', - 'Stéphane Bidoul', 'Jairo Llopis', 'Jacques-Etienne Baudoux', ],