From c24c3a32037456b81dae577b645cd7d285fce147 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:22:31 +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. --- account_chart_report/__openerp__.py | 2 +- account_export_csv/__openerp__.py | 2 +- account_financial_report/__openerp__.py | 2 +- account_financial_report_webkit/__openerp__.py | 2 +- account_financial_report_webkit_xls/__openerp__.py | 2 +- account_journal_report_xls/__openerp__.py | 2 +- account_move_line_report_xls/__openerp__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/account_chart_report/__openerp__.py b/account_chart_report/__openerp__.py index 9569f452..53762867 100644 --- a/account_chart_report/__openerp__.py +++ b/account_chart_report/__openerp__.py @@ -38,7 +38,7 @@ Contributors * Mathieu Benoit (mathieu.benoit@savoirfairelinux.com) """, - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': 'http://www.savoirfairelinux.com', 'depends': [ 'base', diff --git a/account_export_csv/__openerp__.py b/account_export_csv/__openerp__.py index 3c432f5d..6c23586b 100644 --- a/account_export_csv/__openerp__.py +++ b/account_export_csv/__openerp__.py @@ -25,7 +25,7 @@ 'depends': [ 'account', ], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'description': """ Add a wizard that allow you to export a csv file based on accounting diff --git a/account_financial_report/__openerp__.py b/account_financial_report/__openerp__.py index fa5a4c23..338e4836 100644 --- a/account_financial_report/__openerp__.py +++ b/account_financial_report/__openerp__.py @@ -26,7 +26,7 @@ { "name": "Common financial reports", "version": "2.0", - "author": "Vauxoo", + "author": "Vauxoo,Odoo Community Association (OCA)", "website": "http://www.vauxoo.com", "depends": ["base", "account" diff --git a/account_financial_report_webkit/__openerp__.py b/account_financial_report_webkit/__openerp__.py index 22de6562..41df04f8 100644 --- a/account_financial_report_webkit/__openerp__.py +++ b/account_financial_report_webkit/__openerp__.py @@ -170,7 +170,7 @@ the header and footer are created as text with arguments passed to wkhtmltopdf. The texts are defined inside the report classes. """, 'version': '1.1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'category': 'Finance', 'website': 'http://www.camptocamp.com', diff --git a/account_financial_report_webkit_xls/__openerp__.py b/account_financial_report_webkit_xls/__openerp__.py index 6c2235b3..666e336e 100644 --- a/account_financial_report_webkit_xls/__openerp__.py +++ b/account_financial_report_webkit_xls/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Add XLS export to accounting reports', 'version': '0.4', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Generic Modules/Accounting', 'description': """ diff --git a/account_journal_report_xls/__openerp__.py b/account_journal_report_xls/__openerp__.py index cac29015..47987990 100644 --- a/account_journal_report_xls/__openerp__.py +++ b/account_journal_report_xls/__openerp__.py @@ -24,7 +24,7 @@ 'name': 'Financial Journal reports', 'version': '0.2', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Accounting & Finance', 'description': """ diff --git a/account_move_line_report_xls/__openerp__.py b/account_move_line_report_xls/__openerp__.py index f343efbb..030113cb 100644 --- a/account_move_line_report_xls/__openerp__.py +++ b/account_move_line_report_xls/__openerp__.py @@ -24,7 +24,7 @@ 'name': 'Account Move Line XLS export', 'version': '0.6', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Accounting & Finance', 'description': """ Journal Items Excel Export