From f57249d30dd6efc89d8344ad49ec66fc2d609b45 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 8 Apr 2015 20:58:23 +0200 Subject: [PATCH] [REF] update author; --- web_dashboard_tile/__openerp__.py | 2 +- web_dashboard_tile/tile.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index 9439b56a..de41fffb 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -24,7 +24,7 @@ "name": "Dashboard Tile", "version": "0.4", "depends": ['web', 'board', 'mail'], - 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", + 'author': "initOS GmbH & Co. KG,GRAP,Odoo Community Association (OCA)", "category": "", 'license': 'AGPL-3', "description": """ diff --git a/web_dashboard_tile/tile.py b/web_dashboard_tile/tile.py index 141a0117..95df5228 100644 --- a/web_dashboard_tile/tile.py +++ b/web_dashboard_tile/tile.py @@ -4,7 +4,9 @@ # OpenERP, Open Source Management Solution # Copyright (C) 2010-2013 OpenERP s.a. (). # Copyright (C) 2014 initOS GmbH & Co. KG (). +# Copyright (C) 2015-Today GRAP # Author Markus Schneider +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as