From 2d681eb2e80387e462949f21ec6872f3f2fa9021 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. --- web_widget_text_markdown/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_text_markdown/__openerp__.py b/web_widget_text_markdown/__openerp__.py index d3ad525b7..d96aa834b 100644 --- a/web_widget_text_markdown/__openerp__.py +++ b/web_widget_text_markdown/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'web_widget_text_markdown', 'version': '1.0', - 'author': 'Sudokeys', + 'author': "Sudokeys,Odoo Community Association (OCA)", 'maintainer': 'Sudokeys', 'category': '', 'license': 'AGPL-3',