From 4696fffbe4596044120de8faf9c738e9c7e632b5 Mon Sep 17 00:00:00 2001 From: Markus Schneider Date: Thu, 4 Jun 2015 14:30:25 +0200 Subject: [PATCH] add OCA to author --- web_advanced_search_x2x/__openerp__.py | 3 ++- web_ir_actions_act_window_message/__openerp__.py | 3 ++- web_searchbar_full_width/__openerp__.py | 3 ++- web_widget_color/__openerp__.py | 4 ++++ web_widget_datepicker_options/__openerp__.py | 3 ++- web_widget_x2many_2d_matrix/__openerp__.py | 3 ++- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/web_advanced_search_x2x/__openerp__.py b/web_advanced_search_x2x/__openerp__.py index 86152e9d..4e53634c 100644 --- a/web_advanced_search_x2x/__openerp__.py +++ b/web_advanced_search_x2x/__openerp__.py @@ -21,7 +21,8 @@ { "name": "Search x2x fields", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Usability", "summary": "Use a search widget in advanced search for x2x fields", diff --git a/web_ir_actions_act_window_message/__openerp__.py b/web_ir_actions_act_window_message/__openerp__.py index 7cd5baae..1cc57df0 100644 --- a/web_ir_actions_act_window_message/__openerp__.py +++ b/web_ir_actions_act_window_message/__openerp__.py @@ -21,7 +21,8 @@ { "name": "Client side message boxes", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Hidden/Dependency", "summary": "Show a message box to users", diff --git a/web_searchbar_full_width/__openerp__.py b/web_searchbar_full_width/__openerp__.py index 7a8cbc47..8e58bc15 100644 --- a/web_searchbar_full_width/__openerp__.py +++ b/web_searchbar_full_width/__openerp__.py @@ -21,7 +21,8 @@ { "name": "Full width searchbar", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV, " + "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Tools", "summary": "Show search bar in full screen width", diff --git a/web_widget_color/__openerp__.py b/web_widget_color/__openerp__.py index f055dc95..c73b6e00 100644 --- a/web_widget_color/__openerp__.py +++ b/web_widget_color/__openerp__.py @@ -27,6 +27,10 @@ 'name': "Web Widget Color", 'category': "web", 'version': "1.0", + "author": "Savoir-faire Linux, " + "Anybox, " + "Taktik SA, " + "Odoo Community Association (OCA)", 'depends': ['base', 'web'], 'data': [ 'view/web_widget_color_view.xml' diff --git a/web_widget_datepicker_options/__openerp__.py b/web_widget_datepicker_options/__openerp__.py index 4f48932d..b5db00c8 100644 --- a/web_widget_datepicker_options/__openerp__.py +++ b/web_widget_datepicker_options/__openerp__.py @@ -30,7 +30,8 @@ "data": [ 'view/qweb.xml', ], - "author": "Vincent Vinet", + "author": "Vincent Vinet, " + "Odoo Community Association (OCA)", "installable": True, "active": False, } diff --git a/web_widget_x2many_2d_matrix/__openerp__.py b/web_widget_x2many_2d_matrix/__openerp__.py index 1cbc4aad..95a3299b 100644 --- a/web_widget_x2many_2d_matrix/__openerp__.py +++ b/web_widget_x2many_2d_matrix/__openerp__.py @@ -21,7 +21,8 @@ { "name": "2D matrix for x2many fields", "version": "1.0", - "author": "Therp BV", + "author": "Therp BV, " + "Odoo Community Association (OCA)",, "license": "AGPL-3", "category": "Hidden/Dependency", "summary": "Show list fields as a matrix",