From b45338561f827ed9ada5ea052c47981366cdfa3d Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:25:05 +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. --- attachment_file_type/__openerp__.py | 2 +- attachment_preview/__openerp__.py | 2 +- wiki_wikimedia/__openerp__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/attachment_file_type/__openerp__.py b/attachment_file_type/__openerp__.py index 95ba49ca..3f41ebd6 100644 --- a/attachment_file_type/__openerp__.py +++ b/attachment_file_type/__openerp__.py @@ -21,7 +21,7 @@ { "name": "File types for attachments", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "description": """ File types for attachments diff --git a/attachment_preview/__openerp__.py b/attachment_preview/__openerp__.py index 083f5c55..6406b6ad 100644 --- a/attachment_preview/__openerp__.py +++ b/attachment_preview/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Preview attachments", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/wiki_wikimedia/__openerp__.py b/wiki_wikimedia/__openerp__.py index 278594b1..d61aa92b 100644 --- a/wiki_wikimedia/__openerp__.py +++ b/wiki_wikimedia/__openerp__.py @@ -26,7 +26,7 @@ 'description': """ Replace the standard parser by one that understands (more) wikimedia syntax """, - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'http://therp.nl', 'depends': ['wiki'], 'init_xml': [],