From 6706754e70a656129e1e6c96148d0d38e3f8543c Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:29:19 +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__/web_color/__openerp__.py | 2 +- __unported__/web_confirm_window_close/__openerp__.py | 2 +- __unported__/web_nocreatedb/__openerp__.py | 2 +- __unported__/web_polymorphic_many2one/__openerp__.py | 2 +- __unported__/web_popup_large/__openerp__.py | 2 +- __unported__/web_search_alphabetic/__openerp__.py | 2 +- __unported__/web_send_message_popup/__openerp__.py | 2 +- __unported__/web_widget_float_formula/__openerp__.py | 2 +- help_online/__openerp__.py | 2 +- web_ckeditor4/__openerp__.py | 2 +- web_context_in_colors/__openerp__.py | 2 +- web_dialog_size/__openerp__.py | 2 +- web_dom_model_classes/__openerp__.py | 2 +- web_easy_switch_company/__openerp__.py | 2 +- web_export_view/__openerp__.py | 2 +- web_graph_improved/__openerp__.py | 2 +- web_ir_actions_act_window_page/__openerp__.py | 2 +- web_m2x_options/__openerp__.py | 2 +- web_recipients_uncheck/__openerp__.py | 2 +- web_sheet_full_width/__openerp__.py | 2 +- web_shortcuts/__openerp__.py | 2 +- web_tree_image/__openerp__.py | 2 +- web_widget_text_markdown/__openerp__.py | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/__unported__/web_color/__openerp__.py b/__unported__/web_color/__openerp__.py index 38b77cec..bfd8253c 100644 --- a/__unported__/web_color/__openerp__.py +++ b/__unported__/web_color/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': "Web Color", - 'author': "Savoir-faire Linux", + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'category' : "Hidden", 'description': """ This module provides a color widget to display the color from diff --git a/__unported__/web_confirm_window_close/__openerp__.py b/__unported__/web_confirm_window_close/__openerp__.py index 7e7ab368..47e682cb 100644 --- a/__unported__/web_confirm_window_close/__openerp__.py +++ b/__unported__/web_confirm_window_close/__openerp__.py @@ -31,7 +31,7 @@ while Firefox displays a generic confirmation message. This module is compatible with OpenERP 7.0. ''', 'version': '7.0.1', - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'category': 'Usability', 'website': 'https://launchpad.net/web-addons', 'license': 'AGPL-3', diff --git a/__unported__/web_nocreatedb/__openerp__.py b/__unported__/web_nocreatedb/__openerp__.py index 8a9c5560..3594c90d 100644 --- a/__unported__/web_nocreatedb/__openerp__.py +++ b/__unported__/web_nocreatedb/__openerp__.py @@ -21,7 +21,7 @@ { 'name': "NO create database link", - 'author': "Vauxoo", + 'author': "Vauxoo,Odoo Community Association (OCA)", 'category': "Web", 'website': "http://vauxoo.com", 'description': """ diff --git a/__unported__/web_polymorphic_many2one/__openerp__.py b/__unported__/web_polymorphic_many2one/__openerp__.py index 1efc6d71..66afe5af 100755 --- a/__unported__/web_polymorphic_many2one/__openerp__.py +++ b/__unported__/web_polymorphic_many2one/__openerp__.py @@ -23,7 +23,7 @@ 'version': '0.2', 'category': 'Web', 'depends': ['web'], - 'author': 'Elico Corp', + 'author': "Elico Corp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'https://www.elico-corp.com', 'description': """ diff --git a/__unported__/web_popup_large/__openerp__.py b/__unported__/web_popup_large/__openerp__.py index d96f5780..e6da7d46 100644 --- a/__unported__/web_popup_large/__openerp__.py +++ b/__unported__/web_popup_large/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Large pop-ups in web client", "version": "7.0.1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": 'Usability', "description": """ Pop-ups in the web client have a width of 900 pixels by default. diff --git a/__unported__/web_search_alphabetic/__openerp__.py b/__unported__/web_search_alphabetic/__openerp__.py index a9fd4638..63763868 100644 --- a/__unported__/web_search_alphabetic/__openerp__.py +++ b/__unported__/web_search_alphabetic/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Web Alphabetical Search', - 'author' : 'Serpent Consulting Services Pvt. Ltd.', + 'author' : "Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA)", 'category' : 'Web', 'website': 'http://www.serpentcs.com', 'description': """ diff --git a/__unported__/web_send_message_popup/__openerp__.py b/__unported__/web_send_message_popup/__openerp__.py index 4277d31d..605174de 100644 --- a/__unported__/web_send_message_popup/__openerp__.py +++ b/__unported__/web_send_message_popup/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Web Send Message as Popup', 'version': '1.0', - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'license': 'AGPL-3', 'category': 'Hidden', diff --git a/__unported__/web_widget_float_formula/__openerp__.py b/__unported__/web_widget_float_formula/__openerp__.py index e31650e7..9f004bbd 100644 --- a/__unported__/web_widget_float_formula/__openerp__.py +++ b/__unported__/web_widget_float_formula/__openerp__.py @@ -41,7 +41,7 @@ Contacts : * Sylvain LE GAL (https://twitter.com/legalsylvain); * for any help or question about this module. """, - 'author': 'GRAP', + 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [ diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 71c96f40..19716b5f 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Help Online', 'version': '1.0', - 'author': 'ACSONE SA/NV', + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'maintainer': 'ACSONE SA/NV', 'website': 'http://www.acsone.eu', 'category': 'Documentation', diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index 2e404ec4..4808d7d1 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'CKEditor 4.x widget', 'version': '1.0', - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'https://github.com/OCA/web', 'summary': 'Provides a widget for editing HTML fields using CKEditor 4.x', "category": "Tools", diff --git a/web_context_in_colors/__openerp__.py b/web_context_in_colors/__openerp__.py index 3911432b..2fcc0dc5 100644 --- a/web_context_in_colors/__openerp__.py +++ b/web_context_in_colors/__openerp__.py @@ -22,7 +22,7 @@ "name": "Context in colors and fonts", "summary": "Use the context in a tree view's colors and fonts attribute", "version": "1.1", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "category": "Hidden/Dependency", "depends": [ diff --git a/web_dialog_size/__openerp__.py b/web_dialog_size/__openerp__.py index 5fd1f3fc..85ee3dda 100644 --- a/web_dialog_size/__openerp__.py +++ b/web_dialog_size/__openerp__.py @@ -28,7 +28,7 @@ A module that lets the user expand a dialog box to the full screen width.""", - 'author': "ACSONE SA/NV", + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': "http://acsone.eu", 'category': 'web', diff --git a/web_dom_model_classes/__openerp__.py b/web_dom_model_classes/__openerp__.py index 2567a918..a7ba7756 100644 --- a/web_dom_model_classes/__openerp__.py +++ b/web_dom_model_classes/__openerp__.py @@ -21,7 +21,7 @@ { "name": "CSS classes for widgets", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "summary": "Allows small UI changes with simple CSS", "category": "Hidden/Dependency", diff --git a/web_easy_switch_company/__openerp__.py b/web_easy_switch_company/__openerp__.py index 731b2ef4..a80cecdb 100644 --- a/web_easy_switch_company/__openerp__.py +++ b/web_easy_switch_company/__openerp__.py @@ -51,7 +51,7 @@ Copyright, Author and Licence: * Copyright: 2014, Groupement Régional Alimentaire de Proximité; * 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/web_export_view/__openerp__.py b/web_export_view/__openerp__.py index e2c6a636..8f5738b5 100644 --- a/web_export_view/__openerp__.py +++ b/web_export_view/__openerp__.py @@ -43,7 +43,7 @@ After you installed it, you’ll find an additional link ‘Export current view right below the ‘Export’ one. By clicking on it you’ll get a XLS file contains the same data of the tree view you are looking at, headers included. """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', 'depends': [ diff --git a/web_graph_improved/__openerp__.py b/web_graph_improved/__openerp__.py index 6d0c1548..82c0666e 100644 --- a/web_graph_improved/__openerp__.py +++ b/web_graph_improved/__openerp__.py @@ -24,7 +24,7 @@ 'version': '0.1', 'category': 'Web', 'summary': 'Improves graph views.', - 'author': 'Leonardo Donelli', + 'author': "Leonardo Donelli,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://learts.glaucus.in', 'depends': ['web_graph'], diff --git a/web_ir_actions_act_window_page/__openerp__.py b/web_ir_actions_act_window_page/__openerp__.py index 7fa66de6..08e1dd4c 100644 --- a/web_ir_actions_act_window_page/__openerp__.py +++ b/web_ir_actions_act_window_page/__openerp__.py @@ -23,7 +23,7 @@ "summary": ("Allows a developer to trigger a pager to show the previous " "or next next record in the form view"), "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "category": "Dependency", "depends": ['web'], 'data': ['view/qweb.xml'], diff --git a/web_m2x_options/__openerp__.py b/web_m2x_options/__openerp__.py index a66e3530..66732118 100644 --- a/web_m2x_options/__openerp__.py +++ b/web_m2x_options/__openerp__.py @@ -8,7 +8,7 @@ 'web', ], 'data': ['views/view.xml'], - "author": "0k.io", + "author": "0k.io,Odoo Community Association (OCA)", "installable": True, "active": False, } diff --git a/web_recipients_uncheck/__openerp__.py b/web_recipients_uncheck/__openerp__.py index bc6827b2..dbde99a3 100644 --- a/web_recipients_uncheck/__openerp__.py +++ b/web_recipients_uncheck/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Uncheck recipients on res.partner', 'version': '0.3', - 'author': 'initOS GmbH & Co. KG', + 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", 'category': 'Web', 'website': 'http://www.initos.com', 'license': 'AGPL-3', diff --git a/web_sheet_full_width/__openerp__.py b/web_sheet_full_width/__openerp__.py index 6411ac7b..58c4d9ba 100644 --- a/web_sheet_full_width/__openerp__.py +++ b/web_sheet_full_width/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Show sheets with full width", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "summary": "Use the whole available screen width when displaying sheets", "description": """ diff --git a/web_shortcuts/__openerp__.py b/web_shortcuts/__openerp__.py index 02367ad6..11e3566b 100644 --- a/web_shortcuts/__openerp__.py +++ b/web_shortcuts/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Web Shortcuts', 'version': '1.0', 'category': 'Tools', - 'author': 'OpenERP SA', + 'author': "OpenERP SA,Odoo Community Association (OCA)", 'website': 'http://openerp.com', 'depends': ['base'], 'data': [ diff --git a/web_tree_image/__openerp__.py b/web_tree_image/__openerp__.py index ae8c726d..50a87930 100644 --- a/web_tree_image/__openerp__.py +++ b/web_tree_image/__openerp__.py @@ -24,7 +24,7 @@ { "name": "Show images in tree views", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", 'url': 'https://github.com/OCA/Web', 'depends': [ 'web', diff --git a/web_widget_text_markdown/__openerp__.py b/web_widget_text_markdown/__openerp__.py index d3ad525b..d96aa834 100644 --- a/web_widget_text_markdown/__openerp__.py +++ b/web_widget_text_markdown/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'web_widget_text_markdown', 'version': '1.0', - 'author': 'Sudokeys', + 'author': "Sudokeys,Odoo Community Association (OCA)", 'maintainer': 'Sudokeys', 'category': '', 'license': 'AGPL-3',