From 3aea423e98cbb6a12e46aea2cc5320e60926dbd2 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:28: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. --- __unported__/ir_config_parameter_viewer/__openerp__.py | 2 +- __unported__/security_protector/__openerp__.py | 2 +- .../server_env_base_external_referentials/__openerp__.py | 2 +- auth_admin_passkey/__openerp__.py | 2 +- auth_from_http_basic/__openerp__.py | 2 +- auth_from_http_basic_logout/__openerp__.py | 2 +- base_external_dbsource/__openerp__.py | 2 +- base_optional_quick_create/__openerp__.py | 2 +- configuration_helper/__openerp__.py | 2 +- database_cleanup/__openerp__.py | 2 +- dbfilter_from_header/__openerp__.py | 2 +- disable_openerp_online/__openerp__.py | 2 +- document_export_from_db/__openerp__.py | 2 +- email_template_dateutil/__openerp__.py | 2 +- email_template_template/__openerp__.py | 2 +- fetchmail_attach_from_folder/__openerp__.py | 2 +- import_odbc/__openerp__.py | 2 +- mail_environment/__openerp__.py | 2 +- mass_editing/__openerp__.py | 2 +- module_parent_dependencies/__openerp__.py | 2 +- scheduler_error_mailer/__openerp__.py | 2 +- sentry_logger/__openerp__.py | 2 +- server_environment/__openerp__.py | 2 +- server_environment_files/__openerp__.py | 2 +- super_calendar/__openerp__.py | 2 +- tree_view_record_id/__openerp__.py | 2 +- users_ldap_groups/__openerp__.py | 2 +- users_ldap_mail/__openerp__.py | 2 +- users_ldap_populate/__openerp__.py | 2 +- web_context_tunnel/__openerp__.py | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/__unported__/ir_config_parameter_viewer/__openerp__.py b/__unported__/ir_config_parameter_viewer/__openerp__.py index 8d543af33..a04893a0c 100644 --- a/__unported__/ir_config_parameter_viewer/__openerp__.py +++ b/__unported__/ir_config_parameter_viewer/__openerp__.py @@ -9,7 +9,7 @@ 'description': """ Create view to inspect/change technical parameters """, - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://openerp.camptocamp.com', 'depends': ['base'], 'init_xml': [], diff --git a/__unported__/security_protector/__openerp__.py b/__unported__/security_protector/__openerp__.py index 6cd3bb183..e2a938bcf 100644 --- a/__unported__/security_protector/__openerp__.py +++ b/__unported__/security_protector/__openerp__.py @@ -13,7 +13,7 @@ When you try to delete a acces write it simply set all perms to false you can deactivate this behavior in ir.config_parameter by chanching the protect_security? key to 0 """, - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'website': 'http://openerp.camptocamp.com', 'depends': ['base'], 'init_xml': ['data.xml'], diff --git a/__unported__/server_env_base_external_referentials/__openerp__.py b/__unported__/server_env_base_external_referentials/__openerp__.py index 9390fa3b1..1d5e3cfaf 100644 --- a/__unported__/server_env_base_external_referentials/__openerp__.py +++ b/__unported__/server_env_base_external_referentials/__openerp__.py @@ -23,7 +23,7 @@ "name": "Server environment for base_external_referential", "version": "1.0", "depends": ["base", 'server_environment', 'base_external_referentials'], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', "description": """This module is based on the server_environment module to use files for configuration. Thus we can have a different file for each environment (dev, test, staging, prod). diff --git a/auth_admin_passkey/__openerp__.py b/auth_admin_passkey/__openerp__.py index 8092dbb71..8408c3fc5 100644 --- a/auth_admin_passkey/__openerp__.py +++ b/auth_admin_passkey/__openerp__.py @@ -44,7 +44,7 @@ Copyright, Author and Licence : * Author : Sylvain LE GAL (https://twitter.com/legalsylvain); * Licence : AGPL-3 (http://www.gnu.org/licenses/) """, - 'author': 'GRAP', + 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [ diff --git a/auth_from_http_basic/__openerp__.py b/auth_from_http_basic/__openerp__.py index 4de914cfa..822414cb5 100644 --- a/auth_from_http_basic/__openerp__.py +++ b/auth_from_http_basic/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Authenticate via HTTP basic authentication", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "expert", "description": """ In an environment where several web applications authenticate against the same diff --git a/auth_from_http_basic_logout/__openerp__.py b/auth_from_http_basic_logout/__openerp__.py index e0f98dd8f..7b93749ec 100644 --- a/auth_from_http_basic_logout/__openerp__.py +++ b/auth_from_http_basic_logout/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Authenticate via HTTP basic authentication (logout helper)", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "expert", "description": """ With auth_from_http_basic, the logout procedure has to be bent a bit to provide diff --git a/base_external_dbsource/__openerp__.py b/base_external_dbsource/__openerp__.py index b2308ed41..b435c46d1 100644 --- a/base_external_dbsource/__openerp__.py +++ b/base_external_dbsource/__openerp__.py @@ -41,7 +41,7 @@ Contributors * Maxime Chambreuil """, - 'author': 'Daniel Reis', + 'author': "Daniel Reis,Odoo Community Association (OCA)", 'website': 'http://launchpad.net/addons-tko', 'images': [ 'images/screenshot01.png', diff --git a/base_optional_quick_create/__openerp__.py b/base_optional_quick_create/__openerp__.py index 81c33ab24..e3e9f61a3 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -32,7 +32,7 @@ form. Got the idea from https://twitter.com/nbessi/status/337869826028605441 """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', "depends": ['base'], diff --git a/configuration_helper/__openerp__.py b/configuration_helper/__openerp__.py index 2c70b9ff4..71366d992 100644 --- a/configuration_helper/__openerp__.py +++ b/configuration_helper/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Configuration Helper', 'version': '0.8', - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'maintainer': 'Akretion', 'category': 'server', 'complexity': 'normal', diff --git a/database_cleanup/__openerp__.py b/database_cleanup/__openerp__.py index 12c723365..60396c947 100644 --- a/database_cleanup/__openerp__.py +++ b/database_cleanup/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Database cleanup', 'version': '0.1', - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'depends': ['base'], 'license': 'AGPL-3', 'category': 'Tools', diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index 4570e55d5..f6c5d0388 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -21,7 +21,7 @@ { "name": "dbfilter_from_header", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "description": """ This addon lets you pass a dbfilter as a HTTP header. diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 189445f0b..9bf2d8b4b 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Remove openerp.com bindings", "version": "1.1", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "description": """ This module deactivates all bindings to openerp.com that diff --git a/document_export_from_db/__openerp__.py b/document_export_from_db/__openerp__.py index 8719457ec..f188e4782 100755 --- a/document_export_from_db/__openerp__.py +++ b/document_export_from_db/__openerp__.py @@ -23,7 +23,7 @@ "name": "Export Documents from database", "summary": "Export Existing Documents from Database to File System", "version": "1.0", - "author": "Julius Network Solutions", + "author": "Julius Network Solutions,Odoo Community Association (OCA)", "website": "http://julius.fr", "category": "Tools", "depends": [ diff --git a/email_template_dateutil/__openerp__.py b/email_template_dateutil/__openerp__.py index 2e83caad0..ecee3e003 100644 --- a/email_template_dateutil/__openerp__.py +++ b/email_template_dateutil/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Email Template Date Utils', '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/email_template_template/__openerp__.py b/email_template_template/__openerp__.py index c08c4e13c..aaeb97a89 100644 --- a/email_template_template/__openerp__.py +++ b/email_template_template/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Templates for email templates", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": 'Tools', 'complexity': "expert", "description": """If an organisation's email layout is a bit more diff --git a/fetchmail_attach_from_folder/__openerp__.py b/fetchmail_attach_from_folder/__openerp__.py index eea15120e..d86bd1de2 100644 --- a/fetchmail_attach_from_folder/__openerp__.py +++ b/fetchmail_attach_from_folder/__openerp__.py @@ -30,7 +30,7 @@ ie partners. Matching is done via several algorithms, ie email address. This gives a simple possibility to archive emails in OpenERP without a mail client integration. """, - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'http://www.therp.nl', "category": "Tools", "depends": ['fetchmail'], diff --git a/import_odbc/__openerp__.py b/import_odbc/__openerp__.py index 903f81c24..a5728ae72 100644 --- a/import_odbc/__openerp__.py +++ b/import_odbc/__openerp__.py @@ -76,7 +76,7 @@ Contributors * Maxime Chambreuil """, - 'author': 'Daniel Reis', + 'author': "Daniel Reis,Odoo Community Association (OCA)", 'website': 'http://launchpad.net/addons-tko', 'images': [ 'images/snapshot1.png', diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index f584873eb..6e62aae7f 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -56,7 +56,7 @@ password = openerp """, - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://openerp.camptocamp.com', 'depends': ['mail', diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index 4d96073b4..b5f5edf5e 100644 --- a/mass_editing/__openerp__.py +++ b/mass_editing/__openerp__.py @@ -22,7 +22,7 @@ { "name": "Mass Editing", "version": "1.3", - "author": "Serpent Consulting Services", + "author": "Serpent Consulting Services,Odoo Community Association (OCA)", "category": "Tools", "website": "http://www.serpentcs.com", "description": """ diff --git a/module_parent_dependencies/__openerp__.py b/module_parent_dependencies/__openerp__.py index da2c89d2b..bc960159a 100644 --- a/module_parent_dependencies/__openerp__.py +++ b/module_parent_dependencies/__openerp__.py @@ -41,7 +41,7 @@ Copyright, Authors and Licence: ------------------------------- * Copyright: 2014, GRAP: Groupement Régional Alimentaire de Proximité; * Author: Sylvain LE GAL (https://twitter.com/legalsylvain);""", - 'author': 'GRAP', + 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [ diff --git a/scheduler_error_mailer/__openerp__.py b/scheduler_error_mailer/__openerp__.py index db7097fe7..0a2482c8f 100644 --- a/scheduler_error_mailer/__openerp__.py +++ b/scheduler_error_mailer/__openerp__.py @@ -35,7 +35,7 @@ Scheduler Error Mailer This module adds the possibility to send an e-mail when a scheduler raises an error.""", - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['email_template'], 'data': [ diff --git a/sentry_logger/__openerp__.py b/sentry_logger/__openerp__.py index 77a92db0e..629d20723 100644 --- a/sentry_logger/__openerp__.py +++ b/sentry_logger/__openerp__.py @@ -56,7 +56,7 @@ Contributors * Sandy Carter (sandy.carter@savoirfairelinux.com) """, - 'author': "Savoir-faire Linux", + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': "http://www.savoirfairelinux.com", # Categories can be used to filter modules in modules listing diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index f4c3b29ba..24c19b79e 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -23,7 +23,7 @@ "name": "server configuration environment files", "version": "1.0", "depends": ["base", "server_environment_files"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ Environment file pattern for OpenERP ==================================== diff --git a/server_environment_files/__openerp__.py b/server_environment_files/__openerp__.py index fb16a51a4..0d2077134 100644 --- a/server_environment_files/__openerp__.py +++ b/server_environment_files/__openerp__.py @@ -23,7 +23,7 @@ "name": "Example server configuration environment files repository module", "version": "1.0", "depends": ["base"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ File store for environment file sample module ============================================= diff --git a/super_calendar/__openerp__.py b/super_calendar/__openerp__.py index 19e2b1514..d238ba560 100644 --- a/super_calendar/__openerp__.py +++ b/super_calendar/__openerp__.py @@ -72,7 +72,7 @@ filtering by ‘Configurator’ (if you have several configurators, Once you filtered, you can save the filter as ‘Advanced filter’ or even add it to a dashboard. """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', 'depends': ['base'], diff --git a/tree_view_record_id/__openerp__.py b/tree_view_record_id/__openerp__.py index c0ccb23fb..38ececb2c 100644 --- a/tree_view_record_id/__openerp__.py +++ b/tree_view_record_id/__openerp__.py @@ -24,7 +24,7 @@ 'version': '0.1', 'category': 'Other modules', 'sequence': 10, - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'summary': "Adds id field to tree views", 'description': """ Adds Id field in all tree views of any modules/models, except: diff --git a/users_ldap_groups/__openerp__.py b/users_ldap_groups/__openerp__.py index e9e8497e7..57c80035b 100644 --- a/users_ldap_groups/__openerp__.py +++ b/users_ldap_groups/__openerp__.py @@ -23,7 +23,7 @@ "name": "Groups assignment", "version": "1.2", "depends": ["auth_ldap"], - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "description": """ Adds user accounts to groups based on rules defined by the administrator. diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 506937a24..3c46f1736 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -23,7 +23,7 @@ 'name': "LDAP mapping for user name and e-mail", 'version': "1.0", 'depends': ["auth_ldap"], - 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)", + 'author': "Daniel Reis (https://launchpad.com/~dreis-pt),Odoo Community Association (OCA)", 'description': """\ Allows to define the LDAP attributes to use to retrieve user name and e-mail address. diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index a73c26ba7..5eb1f78fc 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -21,7 +21,7 @@ { "name": "LDAP Populate", "version": "1.2", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": 'Tools', "description": """ This module allows to prepopulate the user database with all entries in the diff --git a/web_context_tunnel/__openerp__.py b/web_context_tunnel/__openerp__.py index 6c5d81829..cac5391de 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -1,7 +1,7 @@ { 'name': 'Web Context Tunnel', 'category': 'Hidden', - 'author': 'Akretion', + 'author': "Akretion,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'description': """ Web Context Tunnel.