From 4c2d94826e6e1a79e4f16c3aae02d1c6b882b372 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:22:41 +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_cancel_invoice_check_payment_order/__openerp__.py | 2 +- .../account_cancel_invoice_check_voucher/__openerp__.py | 2 +- __unported__/account_move_batch_validate/__openerp__.py | 2 +- __unported__/account_move_line_search_extension/__openerp__.py | 2 +- __unported__/account_tax_update/__openerp__.py | 2 +- __unported__/async_move_line_importer/__openerp__.py | 2 +- account_asset_management/__openerp__.py | 2 +- account_asset_management_xls/__openerp__.py | 2 +- account_auto_fy_sequence/__openerp__.py | 2 +- account_balance_line/__openerp__.py | 2 +- account_chart_update/__openerp__.py | 2 +- account_check_deposit/__openerp__.py | 2 +- account_compute_tax_amount/__openerp__.py | 2 +- account_constraints/__openerp__.py | 2 +- account_credit_control/__openerp__.py | 2 +- account_credit_control_dunning_fees/__openerp__.py | 2 +- account_default_draft_move/__openerp__.py | 2 +- account_fiscal_position_vat_check/__openerp__.py | 2 +- account_invoice_constraint_chronology/__openerp__.py | 2 +- account_invoice_currency/__openerp__.py | 2 +- account_journal_always_check_date/__openerp__.py | 2 +- account_journal_period_close/__openerp__.py | 2 +- account_move_line_no_default_search/__openerp__.py | 2 +- account_move_line_payable_receivable_filter/__openerp__.py | 2 +- account_move_template/__openerp__.py | 2 +- account_partner_required/__openerp__.py | 2 +- account_renumber/__openerp__.py | 2 +- account_reversal/__openerp__.py | 2 +- account_tax_analysis/__openerp__.py | 2 +- currency_rate_date_check/__openerp__.py | 2 +- currency_rate_update/__openerp__.py | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py b/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py index 6053c3b81..0e2a5719e 100644 --- a/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py +++ b/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py @@ -23,7 +23,7 @@ "depends": ["account", "account_payment", "account_cancel"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """ Prevents to cancel an invoice which has already been imported in a payment order. diff --git a/__unported__/account_cancel_invoice_check_voucher/__openerp__.py b/__unported__/account_cancel_invoice_check_voucher/__openerp__.py index 5cfd4f35c..e57e63eaf 100644 --- a/__unported__/account_cancel_invoice_check_voucher/__openerp__.py +++ b/__unported__/account_cancel_invoice_check_voucher/__openerp__.py @@ -24,7 +24,7 @@ "account", "account_voucher", "account_cancel"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """ Constraint forbidding to cancel an invoice already imported in bank statement with a voucher. diff --git a/__unported__/account_move_batch_validate/__openerp__.py b/__unported__/account_move_batch_validate/__openerp__.py index 14c18ad64..88b191ee9 100644 --- a/__unported__/account_move_batch_validate/__openerp__.py +++ b/__unported__/account_move_batch_validate/__openerp__.py @@ -21,7 +21,7 @@ { 'name': "Account Move Batch Validate", 'version': '0.2', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Finance', 'complexity': 'normal', diff --git a/__unported__/account_move_line_search_extension/__openerp__.py b/__unported__/account_move_line_search_extension/__openerp__.py index fc74ac3b4..96b6858b9 100644 --- a/__unported__/account_move_line_search_extension/__openerp__.py +++ b/__unported__/account_move_line_search_extension/__openerp__.py @@ -24,7 +24,7 @@ 'name': 'Journal Items Search Extension', 'version': '0.1', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Generic Modules', 'description': """ Journal Items Search Extension diff --git a/__unported__/account_tax_update/__openerp__.py b/__unported__/account_tax_update/__openerp__.py index 355306a1f..b1a8974bc 100644 --- a/__unported__/account_tax_update/__openerp__.py +++ b/__unported__/account_tax_update/__openerp__.py @@ -22,7 +22,7 @@ { "name": "Update tax wizard", "version": "1.0.44", - "author": "Therp BV, Camptocamp SA", + "author": "Therp BV, Camptocamp SA,Odoo Community Association (OCA)", "category": 'Base', 'complexity': "normal", "description": """ diff --git a/__unported__/async_move_line_importer/__openerp__.py b/__unported__/async_move_line_importer/__openerp__.py index b76a6ab19..ed524d695 100644 --- a/__unported__/async_move_line_importer/__openerp__.py +++ b/__unported__/async_move_line_importer/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Asynchronous move/move line CSV importer', 'version': '0.1.2', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Accounting', 'complexity': 'normal', diff --git a/account_asset_management/__openerp__.py b/account_asset_management/__openerp__.py index b6a23442b..16920f526 100644 --- a/account_asset_management/__openerp__.py +++ b/account_asset_management/__openerp__.py @@ -25,7 +25,7 @@ 'version': '2.4', 'depends': ['account'], 'conflicts': ['account_asset'], - 'author': 'OpenERP & Noviat', + 'author': "OpenERP & Noviat,Odoo Community Association (OCA)", 'description': """ Financial asset management. =========================== diff --git a/account_asset_management_xls/__openerp__.py b/account_asset_management_xls/__openerp__.py index 3e52242d6..00a8257bd 100644 --- a/account_asset_management_xls/__openerp__.py +++ b/account_asset_management_xls/__openerp__.py @@ -24,7 +24,7 @@ 'name': 'Assets Management Excel reporting', 'version': '0.1', 'license': 'AGPL-3', - 'author': 'Noviat', + 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Accounting & Finance', 'description': """ Assets Management Excel reporting diff --git a/account_auto_fy_sequence/__openerp__.py b/account_auto_fy_sequence/__openerp__.py index 97b141903..0db4f8d82 100644 --- a/account_auto_fy_sequence/__openerp__.py +++ b/account_auto_fy_sequence/__openerp__.py @@ -26,7 +26,7 @@ 'name': 'Automatic Fiscal Year Sequences', 'version': '0.1', 'category': 'Accounting', - 'author': 'ACSONE SA/NV', + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': 'http://acsone.eu', 'depends': ['account'], 'data': [ diff --git a/account_balance_line/__openerp__.py b/account_balance_line/__openerp__.py index 91e780676..c8dd959c9 100644 --- a/account_balance_line/__openerp__.py +++ b/account_balance_line/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Balance on lines', 'summary': 'Display balance totals in move line view', 'version': '1.1', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainter': 'Camptocamp', 'category': 'Accounting', 'depends': ['account'], diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index e1f10c21b..80afbf9fe 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -27,7 +27,7 @@ { 'name': "Detect changes and update the Account Chart from a template", 'version': "1.2", - 'author': "Zikzakmedia SL", + 'author': "Zikzakmedia SL,Odoo Community Association (OCA)", 'website': "www.zikzakmedia.com", 'depends': ["account"], 'category': "Generic Modules/Accounting", diff --git a/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py index 541bb94c9..fd7886e75 100644 --- a/account_check_deposit/__openerp__.py +++ b/account_check_deposit/__openerp__.py @@ -40,7 +40,7 @@ You must configure on this journal the default debit account and the default credit account. You must also configure on the company the account for check deposits. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': [ 'account_accountant', diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index e439ea13e..20946ba5f 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -22,7 +22,7 @@ "version": "1.0", "depends": ["base", "account"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.camptocamp.com', 'license': 'AGPL-3', 'data': [], diff --git a/account_constraints/__openerp__.py b/account_constraints/__openerp__.py index 016c0c81c..647978893 100644 --- a/account_constraints/__openerp__.py +++ b/account_constraints/__openerp__.py @@ -21,7 +21,7 @@ 'name': 'Account Constraints', 'version': '1.1', 'depends': ['account'], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'category': 'Generic Modules/Accounting', 'description': """ diff --git a/account_credit_control/__openerp__.py b/account_credit_control/__openerp__.py index 7239177b9..003486a41 100644 --- a/account_credit_control/__openerp__.py +++ b/account_credit_control/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Account Credit Control', 'version': '0.2.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Finance', 'complexity': "normal", diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index d7758846e..4d1f96750 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Credit control dunning fees', 'version': '0.1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Accounting', 'complexity': 'normal', diff --git a/account_default_draft_move/__openerp__.py b/account_default_draft_move/__openerp__.py index e7c4cc5d4..40dbdbde3 100644 --- a/account_default_draft_move/__openerp__.py +++ b/account_default_draft_move/__openerp__.py @@ -21,7 +21,7 @@ "name": "Move in draft state by default", "version": "1.0", "depends": ["base", "account", "account_constraints"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', "description": """ Let the generated move in draft on invoice and bank statement diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index 8aa02d4ef..23438405b 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -51,7 +51,7 @@ and this customer doesn't have a VAT number in OpenERP yet. Please contact Alexis de Lattre from Akretion for any help or question about this module. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', 'depends': ['account'], 'data': [ diff --git a/account_invoice_constraint_chronology/__openerp__.py b/account_invoice_constraint_chronology/__openerp__.py index e5b395040..d5cdf638d 100644 --- a/account_invoice_constraint_chronology/__openerp__.py +++ b/account_invoice_constraint_chronology/__openerp__.py @@ -30,7 +30,7 @@ { "name": "Account Invoice Constraint Chronology", "version": "1.0", - "author": "ACSONE SA/NV", + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainer": "ACSONE SA/NV", "website": "http://www.acsone.eu", "license": "AGPL-3", diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 6d3ea8708..2de4d4808 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -25,7 +25,7 @@ { 'name': "Company currency in invoices", 'version': "1.0", - 'author': "Zikzakmedia SL, " + 'author': "Zikzakmedia SL, ,Odoo Community Association (OCA)" "Joaquín Gutierrez, " "Serv. Tecnol. Avanzados - Pedro M. Baeza", 'website': "http://www.zikzakmedia.com, " diff --git a/account_journal_always_check_date/__openerp__.py b/account_journal_always_check_date/__openerp__.py index 18c2ed53d..ab505649c 100644 --- a/account_journal_always_check_date/__openerp__.py +++ b/account_journal_always_check_date/__openerp__.py @@ -45,7 +45,7 @@ move, the date must be inside the period. Please contact Alexis de Lattre from Akretion for any help or question about this module. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', 'depends': ['account'], 'data': [], diff --git a/account_journal_period_close/__openerp__.py b/account_journal_period_close/__openerp__.py index e444106ea..81e1118f7 100644 --- a/account_journal_period_close/__openerp__.py +++ b/account_journal_period_close/__openerp__.py @@ -30,7 +30,7 @@ { "name": "Account Journal Period Close", "version": "1.0", - "author": "ACSONE SA/NV", + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainer": "ACSONE SA/NV", "website": "http://www.acsone.eu", "license": "AGPL-3", diff --git a/account_move_line_no_default_search/__openerp__.py b/account_move_line_no_default_search/__openerp__.py index cd4a9cb2b..ee27430ee 100644 --- a/account_move_line_no_default_search/__openerp__.py +++ b/account_move_line_no_default_search/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Move line search view - disable defaults for period and journal", "version": "0.1", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": 'Accounting & Finance', 'description': """ OpenERP 7.0 implements a custom javascript search view for move lines. This diff --git a/account_move_line_payable_receivable_filter/__openerp__.py b/account_move_line_payable_receivable_filter/__openerp__.py index c11210afc..a08cf8a79 100644 --- a/account_move_line_payable_receivable_filter/__openerp__.py +++ b/account_move_line_payable_receivable_filter/__openerp__.py @@ -27,7 +27,7 @@ 'summary': """ Filter your Journal Items per payable and receivable account""", - 'author': "ACSONE SA/NV", + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': "http://acsone.eu", 'category': 'Accounting & Finance', 'version': '1.0', diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index 5363c2bc0..c06b52432 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -24,7 +24,7 @@ 'version': '1.0', 'category': 'Generic Modules/Accounting', 'summary': "Templates for recurring Journal Entries", - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', 'depends': ['account_accountant', 'analytic'], diff --git a/account_partner_required/__openerp__.py b/account_partner_required/__openerp__.py index 961c36f39..4e69e83dc 100644 --- a/account_partner_required/__openerp__.py +++ b/account_partner_required/__openerp__.py @@ -38,7 +38,7 @@ Module developed by Stéphane Bidoul , inspired by Alexis de Lattre 's account_analytic_required module. """, - 'author': 'ACSONE SA/NV', + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': 'http://acsone.eu/', 'depends': ['account'], 'data': ['account_view.xml'], diff --git a/account_renumber/__openerp__.py b/account_renumber/__openerp__.py index 9d9ab9696..dbf626aad 100644 --- a/account_renumber/__openerp__.py +++ b/account_renumber/__openerp__.py @@ -27,7 +27,7 @@ { 'name': "Account renumber wizard", 'version': "1.0", - 'author': "Pexego", + 'author': "Pexego,Odoo Community Association (OCA)", 'website': "http://www.pexego.es", 'category': "Accounting & Finance", 'contributors': ['Pedro M. Baeza', 'Jordi Llinares', 'Joaquín Gutierrez'], diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index 3396f95b2..736343c5d 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -28,7 +28,7 @@ 'version': '1.0', 'category': 'Generic Modules/Accounting', 'license': 'AGPL-3', - 'author': 'Akretion,Camptocamp', + 'author': "Akretion,Camptocamp,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['account'], 'data': [ diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index cd97382c1..03cc5cc60 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -20,7 +20,7 @@ {"name": "Tax analysis", "version": "1.0", "depends": ["base", "account"], - "author": "Camptocamp SA", + "author": "Camptocamp SA,Odoo Community Association (OCA)", "category": 'Accounting & Finance', "website": "http://www.camptocamp.com", "license": "AGPL-3", diff --git a/currency_rate_date_check/__openerp__.py b/currency_rate_date_check/__openerp__.py index 4dd65cce8..1994f723a 100644 --- a/currency_rate_date_check/__openerp__.py +++ b/currency_rate_date_check/__openerp__.py @@ -41,7 +41,7 @@ configured on the company form. Please contact Alexis de Lattre from Akretion for any help or question about this module. """, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', 'depends': ['base'], 'data': ['company_view.xml'], diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index adc3477b7..6a16088c1 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Currency Rate Update", "version": "0.7", - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "website": "http://camptocamp.com", "license": "AGPL-3", "category": "Financial Management/Configuration",