From b0432a89ce79d534ffb8932df851d3d50d1e2139 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:25:07 +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_preview/__openerp__.py | 2 +- attachments_to_filesystem/__openerp__.py | 2 +- document_choose_directory/__openerp__.py | 2 +- document_multiple_records/__openerp__.py | 2 +- document_page_approval/__openerp__.py | 2 +- document_page_multi_company/__openerp__.py | 2 +- document_url/__openerp__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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/attachments_to_filesystem/__openerp__.py b/attachments_to_filesystem/__openerp__.py index 2e3b25ce..f1914cef 100644 --- a/attachments_to_filesystem/__openerp__.py +++ b/attachments_to_filesystem/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Move existing attachments to filesystem", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/document_choose_directory/__openerp__.py b/document_choose_directory/__openerp__.py index ef229693..fd21d0b9 100644 --- a/document_choose_directory/__openerp__.py +++ b/document_choose_directory/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Choose a document's directory during upload", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/document_multiple_records/__openerp__.py b/document_multiple_records/__openerp__.py index 1118ff48..b7e55f58 100644 --- a/document_multiple_records/__openerp__.py +++ b/document_multiple_records/__openerp__.py @@ -33,7 +33,7 @@ Contributors ------------ * El Hadji Dem (elhadji.dem@savoirfairelinux.com) """, - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': 'www.savoirfairelinux.com', 'license': 'AGPL-3', 'depends': [ diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__openerp__.py index adb67331..c59ebc32 100644 --- a/document_page_approval/__openerp__.py +++ b/document_page_approval/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Document Page Approval', 'version': '1.0', - "author": "Savoir-faire Linux", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "http://www.savoirfairelinux.com", "license": "AGPL-3", 'category': 'Knowledge Management', diff --git a/document_page_multi_company/__openerp__.py b/document_page_multi_company/__openerp__.py index ba4cc5ac..705c21cd 100644 --- a/document_page_multi_company/__openerp__.py +++ b/document_page_multi_company/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Document Page Multi-Company', 'version': '1.0', - "author": "Savoir-faire Linux", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "http://www.savoirfairelinux.com", "license": "AGPL-3", 'category': 'Knowledge Management', diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index dda23d22..3370b512 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -27,7 +27,7 @@ 'description': """ Module that allows to attach an URL as a document. """, - 'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza', + 'author': "Serv. Tecnolog. Avanzados - Pedro M. Baeza,Odoo Community Association (OCA)", 'website': 'http://www.serviciosbaeza.com', 'depends': [ 'document',