diff --git a/web_advanced_filters/__openerp__.py b/web_advanced_filters/__openerp__.py index b91430b5..df3bb4ad 100644 --- a/web_advanced_filters/__openerp__.py +++ b/web_advanced_filters/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Advanced filters", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/web_advanced_search_wildcard/__openerp__.py b/web_advanced_search_wildcard/__openerp__.py index 3308ec6f..dd4ee58e 100644 --- a/web_advanced_search_wildcard/__openerp__.py +++ b/web_advanced_search_wildcard/__openerp__.py @@ -24,7 +24,7 @@ "name": "Webmodule add wildcard operators for advanced search", "version": "0.1", "depends": ["web"], - 'author': 'initOS GmbH & Co. KG', + 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", "category": "", "summary": "Simular search in searchbar", 'license': 'AGPL-3', diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index 84b6897c..6227a9d1 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -29,7 +29,7 @@ Use widget="text_html" if you need just html display. In the unlikely case you need specific features of ckeditor, use widget="text_ckeditor4". """, - 'author': 'Therp BV', + 'author': "Therp BV,Odoo Community Association (OCA)", 'website': 'http://www.therp.nl', "category": "Tools", "depends": [ diff --git a/web_color/__openerp__.py b/web_color/__openerp__.py index 99d1ea27..ae02e628 100644 --- a/web_color/__openerp__.py +++ b/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/web_compute_domain_x2many/__openerp__.py b/web_compute_domain_x2many/__openerp__.py index b5ec7e14..7f0918ba 100644 --- a/web_compute_domain_x2many/__openerp__.py +++ b/web_compute_domain_x2many/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Compute client-side domains on x2many fields correctly", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/web_confirm_window_close/__openerp__.py b/web_confirm_window_close/__openerp__.py index 95fee235..24f066ce 100644 --- a/web_confirm_window_close/__openerp__.py +++ b/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/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index 79785b06..a1203b6c 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -24,7 +24,7 @@ "name": "Dashboard Tile", "version": "0.4", "depends": ['web', 'board', 'mail'], - 'author': 'initOS GmbH & Co. KG', + 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", "category": "", 'license': 'AGPL-3', "description": """ diff --git a/web_easy_switch_company/__openerp__.py b/web_easy_switch_company/__openerp__.py index 05f0ea9d..1d3451db 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 555f9b27..26a2cdd2 100644 --- a/web_export_view/__openerp__.py +++ b/web_export_view/__openerp__.py @@ -44,7 +44,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': ['web'], diff --git a/web_ir_actions_act_window_page/__openerp__.py b/web_ir_actions_act_window_page/__openerp__.py index 6e9fb90e..734514ca 100644 --- a/web_ir_actions_act_window_page/__openerp__.py +++ b/web_ir_actions_act_window_page/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Window actions for client side paging", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "description": """ Client side paging diff --git a/web_list_html_widget/__openerp__.py b/web_list_html_widget/__openerp__.py index 8ba168e4..d0408566 100644 --- a/web_list_html_widget/__openerp__.py +++ b/web_list_html_widget/__openerp__.py @@ -24,7 +24,7 @@ "name": "HTML widget for list/tree views", "version": "0.1", "depends": ["web"], - 'author': 'initOS GmbH & Co. KG', + 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", "category": "", 'license': 'AGPL-3', "description": """This module allows to use a widget="html" for fields in diff --git a/web_m2x_options/__openerp__.py b/web_m2x_options/__openerp__.py index d568f85d..22c05935 100644 --- a/web_m2x_options/__openerp__.py +++ b/web_m2x_options/__openerp__.py @@ -39,7 +39,7 @@ Thanks to: "js": [ 'static/src/js/form.js', ], - "author": "Tuxservices", + "author": "Tuxservices,Odoo Community Association (OCA)", "installable": True, "active": False, } diff --git a/web_nocreatedb/__openerp__.py b/web_nocreatedb/__openerp__.py index 54fd869a..4728d383 100644 --- a/web_nocreatedb/__openerp__.py +++ b/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/web_polymorphic_many2one/__openerp__.py b/web_polymorphic_many2one/__openerp__.py index 7b372564..125327dd 100755 --- a/web_polymorphic_many2one/__openerp__.py +++ b/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/web_popup_large/__openerp__.py b/web_popup_large/__openerp__.py index ab02cb8f..3faa861b 100644 --- a/web_popup_large/__openerp__.py +++ b/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/web_pytz/__openerp__.py b/web_pytz/__openerp__.py index 1a269760..758d6f1d 100644 --- a/web_pytz/__openerp__.py +++ b/web_pytz/__openerp__.py @@ -21,7 +21,7 @@ { "name": "pytz support for filter domains", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/web_recipients_uncheck/__openerp__.py b/web_recipients_uncheck/__openerp__.py index eb99fe89..bbc1024c 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.2', - 'author': 'initOS GmbH & Co. KG', + 'author': "initOS GmbH & Co. KG,Odoo Community Association (OCA)", 'category': '', 'description': """Uncheck additional recipients and followers when sending a message at the customer view. diff --git a/web_relativedelta/__openerp__.py b/web_relativedelta/__openerp__.py index 8fc25311..5fe69bc7 100644 --- a/web_relativedelta/__openerp__.py +++ b/web_relativedelta/__openerp__.py @@ -21,7 +21,7 @@ { "name": "More pythonic relativedelta", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", "description": """ diff --git a/web_search_alphabetic/__openerp__.py b/web_search_alphabetic/__openerp__.py index b4cab74c..48c58ea8 100644 --- a/web_search_alphabetic/__openerp__.py +++ b/web_search_alphabetic/__openerp__.py @@ -23,7 +23,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/web_send_message_popup/__openerp__.py b/web_send_message_popup/__openerp__.py index d553a441..7ceb1e3b 100644 --- a/web_send_message_popup/__openerp__.py +++ b/web_send_message_popup/__openerp__.py @@ -22,7 +22,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/web_tree_many2one_clickable/__openerp__.py b/web_tree_many2one_clickable/__openerp__.py index 6c315521..8d9dacca 100644 --- a/web_tree_many2one_clickable/__openerp__.py +++ b/web_tree_many2one_clickable/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Clickable many2one widget for tree views", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV,Odoo Community Association (OCA)", "complexity": "normal", "description": """ This addon provides a widget to have many2one fields in a tree view open the diff --git a/web_warning_sound/__openerp__.py b/web_warning_sound/__openerp__.py index fdc78219..44a59d71 100644 --- a/web_warning_sound/__openerp__.py +++ b/web_warning_sound/__openerp__.py @@ -4,7 +4,7 @@ { 'name': 'Web Warning Sounds', 'version': '0.1', - 'author': 'HacBee UAB', + 'author': "HacBee UAB,Odoo Community Association (OCA)", 'category': 'Custom', 'website': 'http://www.hbee.eu', 'summary': '', diff --git a/web_widget_float_formula/__openerp__.py b/web_widget_float_formula/__openerp__.py index 10851b2a..ba90a4b5 100644 --- a/web_widget_float_formula/__openerp__.py +++ b/web_widget_float_formula/__openerp__.py @@ -44,7 +44,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': [