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