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': [],