From 817811775aa2a9e4f03b101eaf1afb1100e7a696 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:26:29 +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. --- __unported__/base_address_category/__openerp__.py | 2 +- __unported__/partner_address_ldap/__openerp__.py | 2 +- account_partner_merge/__openerp__.py | 2 +- base_contact/__openerp__.py | 2 +- base_contact_function/__openerp__.py | 2 +- base_contact_function_partner_firstname/__openerp__.py | 2 +- base_contact_phone_extension/__openerp__.py | 2 +- base_continent/__openerp__.py | 2 +- base_location/__openerp__.py | 2 +- base_partner_merge/__openerp__.py | 2 +- base_partner_sequence/__openerp__.py | 2 +- firstname_display_name_trigger/__openerp__.py | 2 +- partner_auto_salesman/__openerp__.py | 2 +- partner_birth_name/__openerp__.py | 2 +- partner_contact_address_detailed/__openerp__.py | 2 +- partner_firstname/__openerp__.py | 2 +- partner_helper/__openerp__.py | 2 +- partner_phone_extension/__openerp__.py | 2 +- partner_relations/__openerp__.py | 2 +- partner_relations_in_tab/__openerp__.py | 2 +- partner_street_number/__openerp__.py | 2 +- passport/__openerp__.py | 2 +- portal_partner_merge/__openerp__.py | 2 +- res_partner_affiliate/__openerp__.py | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/__unported__/base_address_category/__openerp__.py b/__unported__/base_address_category/__openerp__.py index d7619efb3..9b9f98ffb 100644 --- a/__unported__/base_address_category/__openerp__.py +++ b/__unported__/base_address_category/__openerp__.py @@ -38,7 +38,7 @@ res.partner.category records. """, "version": "1.2", - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "category": "Generic Modules/Base", "website": "http://www.camptocamp.com", "depends": [ diff --git a/__unported__/partner_address_ldap/__openerp__.py b/__unported__/partner_address_ldap/__openerp__.py index 7a477bc8c..c2c12b3ca 100644 --- a/__unported__/partner_address_ldap/__openerp__.py +++ b/__unported__/partner_address_ldap/__openerp__.py @@ -35,7 +35,7 @@ { "name": "Partner synchronization from OpenERP to ldap", "version": "1.2", - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "depends": ["base"], "category": "Generic Modules/Misc", "website": "http://www.camptocamp.com", diff --git a/account_partner_merge/__openerp__.py b/account_partner_merge/__openerp__.py index 9472bf475..0558e09af 100644 --- a/account_partner_merge/__openerp__.py +++ b/account_partner_merge/__openerp__.py @@ -22,7 +22,7 @@ 'version': '1.0', 'category': 'Hidden', 'description': """Update invoice commercial_partner_id""", - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', 'depends': ['account_report_company', 'base_partner_merge'], diff --git a/base_contact/__openerp__.py b/base_contact/__openerp__.py index 3ca0e9ab4..eef16877e 100644 --- a/base_contact/__openerp__.py +++ b/base_contact/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Contacts Management', 'version': '1.0', - 'author': 'OpenERP SA', + 'author': "OpenERP SA,Odoo Community Association (OCA)", 'website': 'http://www.openerp.com', 'category': 'Customer Relationship Management', 'complexity': "expert", diff --git a/base_contact_function/__openerp__.py b/base_contact_function/__openerp__.py index 5a8dbad8f..321b472f2 100644 --- a/base_contact_function/__openerp__.py +++ b/base_contact_function/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Contact by Function', 'version': '1.0', - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', 'category': 'Customer Relationship Management', diff --git a/base_contact_function_partner_firstname/__openerp__.py b/base_contact_function_partner_firstname/__openerp__.py index 556bc289d..b6d304399 100644 --- a/base_contact_function_partner_firstname/__openerp__.py +++ b/base_contact_function_partner_firstname/__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/base_contact_phone_extension/__openerp__.py b/base_contact_phone_extension/__openerp__.py index 664c0de71..5af2b4082 100644 --- a/base_contact_phone_extension/__openerp__.py +++ b/base_contact_phone_extension/__openerp__.py @@ -35,7 +35,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/base_continent/__openerp__.py b/base_continent/__openerp__.py index 5a13d207d..78f6e9359 100644 --- a/base_continent/__openerp__.py +++ b/base_continent/__openerp__.py @@ -24,7 +24,7 @@ 'name': 'Continent management', 'version': '1.0', 'depends': ['base'], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'description': """ This module introduces continent management. diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index 6ed991501..c68cf4138 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -22,7 +22,7 @@ {'name': 'Location management (aka Better ZIP)', 'version': '0.3.1', 'depends': ['base'], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'description': """ Introduces a better zip/npa management system. It enables zip/city auto-completion on partners""", diff --git a/base_partner_merge/__openerp__.py b/base_partner_merge/__openerp__.py index 876919b6b..a0859f2fb 100644 --- a/base_partner_merge/__openerp__.py +++ b/base_partner_merge/__openerp__.py @@ -1,6 +1,6 @@ { 'name': 'Base Partner Merge', - 'author': 'OpenERP S.A.', + 'author': "OpenERP S.A.,Odoo Community Association (OCA)", 'category': 'Generic Modules/Base', 'version': '0.1', 'description': """ diff --git a/base_partner_sequence/__openerp__.py b/base_partner_sequence/__openerp__.py index 2c996cbbd..b9e0521d1 100644 --- a/base_partner_sequence/__openerp__.py +++ b/base_partner_sequence/__openerp__.py @@ -23,7 +23,7 @@ { "name": "Add a sequence on customers' code", "version": "1.1", - "author": "Tiny/initOS GmbH & Co. KG", + "author": "Tiny/initOS GmbH & Co. KG,Odoo Community Association (OCA)", "category": "Generic Modules/Base", "website": "http://www.initos.com", "depends": ["base"], diff --git a/firstname_display_name_trigger/__openerp__.py b/firstname_display_name_trigger/__openerp__.py index d48ca89f1..46547d49e 100644 --- a/firstname_display_name_trigger/__openerp__.py +++ b/firstname_display_name_trigger/__openerp__.py @@ -23,7 +23,7 @@ 'name': ('Link module if partner_lastname and account_report_company are ' 'installed'), 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Hidden', 'license': 'AGPL-3', diff --git a/partner_auto_salesman/__openerp__.py b/partner_auto_salesman/__openerp__.py index a3167c69d..77e7d2b96 100644 --- a/partner_auto_salesman/__openerp__.py +++ b/partner_auto_salesman/__openerp__.py @@ -25,7 +25,7 @@ 'category': 'Customer Relationship Management', 'complexity': "easy", 'description': """Fill the salesman field with the current user id""", - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': 'http://www.savoirfairelinux.com', 'license': 'AGPL-3', 'depends': ['base'], diff --git a/partner_birth_name/__openerp__.py b/partner_birth_name/__openerp__.py index 0de06652c..befcf118c 100644 --- a/partner_birth_name/__openerp__.py +++ b/partner_birth_name/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Partner Birth Name', 'version': '1.0', - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', 'category': 'Customer Relationship Management', diff --git a/partner_contact_address_detailed/__openerp__.py b/partner_contact_address_detailed/__openerp__.py index a1e7b8491..46a307969 100644 --- a/partner_contact_address_detailed/__openerp__.py +++ b/partner_contact_address_detailed/__openerp__.py @@ -23,7 +23,7 @@ 'description': """Show all informations of partner address in summarized partner contact form when creating a new partner""", 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'MISC', 'website': 'http://www.camptocamp.com', 'depends': ['base'], diff --git a/partner_firstname/__openerp__.py b/partner_firstname/__openerp__.py index 751dd2735..c407ab7d3 100644 --- a/partner_firstname/__openerp__.py +++ b/partner_firstname/__openerp__.py @@ -36,7 +36,7 @@ Olivier Laurent """, 'version': '1.2', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp, Acsone', 'category': 'Extra Tools', 'website': 'http://www.camptocamp.com, http://www.acsone.eu', diff --git a/partner_helper/__openerp__.py b/partner_helper/__openerp__.py index 6692659d8..557717dc8 100644 --- a/partner_helper/__openerp__.py +++ b/partner_helper/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Partner Helper', 'version': '0.1', - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'maintainer': 'Akretion', 'category': 'Warehouse', 'depends': [ diff --git a/partner_phone_extension/__openerp__.py b/partner_phone_extension/__openerp__.py index 6d87def25..329ce8a50 100644 --- a/partner_phone_extension/__openerp__.py +++ b/partner_phone_extension/__openerp__.py @@ -35,7 +35,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', 'data': [ diff --git a/partner_relations/__openerp__.py b/partner_relations/__openerp__.py index d978c66d4..f70ab862f 100644 --- a/partner_relations/__openerp__.py +++ b/partner_relations/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Partner relations", "version": "1.1", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "description": """ Introduction diff --git a/partner_relations_in_tab/__openerp__.py b/partner_relations_in_tab/__openerp__.py index 44c2baa30..df2ff20ad 100644 --- a/partner_relations_in_tab/__openerp__.py +++ b/partner_relations_in_tab/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Show partner relations in own tab", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/partner_street_number/__openerp__.py b/partner_street_number/__openerp__.py index b0ed6112b..bd02d22dd 100644 --- a/partner_street_number/__openerp__.py +++ b/partner_street_number/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Split street name and number", "version": "0.1", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": 'Tools', "description": """ This module introduces separate fields for street name and street number. diff --git a/passport/__openerp__.py b/passport/__openerp__.py index 1589c9cf0..6d7a747bf 100644 --- a/passport/__openerp__.py +++ b/passport/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Passport Management', 'version': '0.1', - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', 'license': 'AGPL-3', diff --git a/portal_partner_merge/__openerp__.py b/portal_partner_merge/__openerp__.py index b9848690f..e4c1fd87e 100644 --- a/portal_partner_merge/__openerp__.py +++ b/portal_partner_merge/__openerp__.py @@ -24,7 +24,7 @@ 'description': """ Link module for base_partner_merge which extract portal dependency """, - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', 'depends': ['portal', 'base_partner_merge'], diff --git a/res_partner_affiliate/__openerp__.py b/res_partner_affiliate/__openerp__.py index 752511c20..9316a30ad 100644 --- a/res_partner_affiliate/__openerp__.py +++ b/res_partner_affiliate/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Partner Affiliates', 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'CRM', 'license': 'AGPL-3',