From c5469ef66ff177b9d795131619739bdbad09c168 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:29:19 +0100 Subject: [PATCH] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- help_online/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 71c96f40..19716b5f 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Help Online', 'version': '1.0', - 'author': 'ACSONE SA/NV', + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'maintainer': 'ACSONE SA/NV', 'website': 'http://www.acsone.eu', 'category': 'Documentation',