From 8a9710a005187c095b6456eb38edaf15444fbe12 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:57:05 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- help_online/__openerp__.py | 2 +- help_popup/__openerp__.py | 2 +- support_branding/__openerp__.py | 1 + web_action_conditionable/__openerp__.py | 2 +- web_advanced_search_x2x/__openerp__.py | 2 +- web_ckeditor4/__openerp__.py | 2 +- web_context_in_colors/__openerp__.py | 2 +- web_dashboard_open_action/__openerp__.py | 2 +- web_dashboard_tile/__openerp__.py | 1 + web_dialog_size/__openerp__.py | 1 + web_dom_model_classes/__openerp__.py | 2 +- web_easy_switch_company/__openerp__.py | 2 +- web_environment_ribbon/__openerp__.py | 2 +- web_export_view/__openerp__.py | 2 +- web_graph_improved/__openerp__.py | 2 +- web_group_expand/__openerp__.py | 2 +- web_hide_db_manager_link/__openerp__.py | 2 +- web_ir_actions_act_window_message/__openerp__.py | 2 +- web_ir_actions_act_window_page/__openerp__.py | 2 +- web_last_viewed_records/__openerp__.py | 2 +- web_listview_custom_element_number/__openerp__.py | 1 + web_m2x_options/__openerp__.py | 2 +- web_menu_navbar_needaction/__openerp__.py | 2 +- web_option_auto_color/__openerp__.py | 1 + web_polymorphic_many2one/__openerp__.py | 0 web_readonly_bypass/__openerp__.py | 2 +- web_recipients_uncheck/__openerp__.py | 1 + web_searchbar_full_width/__openerp__.py | 2 +- web_sheet_full_width/__openerp__.py | 2 +- web_sheet_full_width_selective/__openerp__.py | 2 +- web_shortcuts/__openerp__.py | 2 +- web_switch_company_warning/__openerp__.py | 2 +- web_translate_dialog/__openerp__.py | 2 +- web_tree_dynamic_colored_field/__openerp__.py | 1 + web_tree_image/__openerp__.py | 1 + web_tree_many2one_clickable/__openerp__.py | 2 +- web_widget_color/__openerp__.py | 2 +- web_widget_datepicker_options/__openerp__.py | 2 +- web_widget_float_formula/__openerp__.py | 1 + web_widget_many2many_tags_multi_selection/__openerp__.py | 2 +- web_widget_text_markdown/__openerp__.py | 2 +- web_widget_x2many_2d_matrix/__openerp__.py | 2 +- 42 files changed, 41 insertions(+), 32 deletions(-) mode change 100755 => 100644 web_polymorphic_many2one/__openerp__.py mode change 100755 => 100644 web_sheet_full_width_selective/__openerp__.py diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 2d40f358..d84efbd7 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -60,6 +60,6 @@ Note: When updating the page prefix parameters, the record rules must be 'qweb': [ 'static/src/xml/help_online.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/help_popup/__openerp__.py b/help_popup/__openerp__.py index 9586533d..6272485a 100644 --- a/help_popup/__openerp__.py +++ b/help_popup/__openerp__.py @@ -39,5 +39,5 @@ 'qweb': [ 'static/src/xml/popup_help.xml', ], - 'installable': True, + 'installable': False, } diff --git a/support_branding/__openerp__.py b/support_branding/__openerp__.py index 4b2a438f..b8349808 100644 --- a/support_branding/__openerp__.py +++ b/support_branding/__openerp__.py @@ -36,4 +36,5 @@ "data/ir_config_parameter.xml", 'views/qweb.xml', ], + 'installable': False, } diff --git a/web_action_conditionable/__openerp__.py b/web_action_conditionable/__openerp__.py index dec9372a..4741f8b5 100644 --- a/web_action_conditionable/__openerp__.py +++ b/web_action_conditionable/__openerp__.py @@ -9,5 +9,5 @@ ], 'data': ['views/view.xml'], "author": "Cristian Salamea,Odoo Community Association (OCA)", - "installable": True, + 'installable': False, } diff --git a/web_advanced_search_x2x/__openerp__.py b/web_advanced_search_x2x/__openerp__.py index 87607dfd..be2fa24b 100644 --- a/web_advanced_search_x2x/__openerp__.py +++ b/web_advanced_search_x2x/__openerp__.py @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index 6917dec6..f9324ff0 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -37,7 +37,7 @@ 'css': [ 'static/src/css/web_ckeditor4.css', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'certificate': '', } diff --git a/web_context_in_colors/__openerp__.py b/web_context_in_colors/__openerp__.py index ba3f1f9b..2e96f868 100644 --- a/web_context_in_colors/__openerp__.py +++ b/web_context_in_colors/__openerp__.py @@ -32,6 +32,6 @@ 'view/qweb.xml', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, } diff --git a/web_dashboard_open_action/__openerp__.py b/web_dashboard_open_action/__openerp__.py index 7b5c5e12..9d4b5bd1 100644 --- a/web_dashboard_open_action/__openerp__.py +++ b/web_dashboard_open_action/__openerp__.py @@ -37,7 +37,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index c401c30a..3e636b15 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -46,4 +46,5 @@ 'qweb': [ 'static/src/xml/custom_xml.xml', ], + 'installable': False, } diff --git a/web_dialog_size/__openerp__.py b/web_dialog_size/__openerp__.py index f0429370..e0d53fb1 100644 --- a/web_dialog_size/__openerp__.py +++ b/web_dialog_size/__openerp__.py @@ -44,4 +44,5 @@ 'data': [ 'view/qweb.xml', ], + 'installable': False, } diff --git a/web_dom_model_classes/__openerp__.py b/web_dom_model_classes/__openerp__.py index ef4bf659..b140ff82 100644 --- a/web_dom_model_classes/__openerp__.py +++ b/web_dom_model_classes/__openerp__.py @@ -32,5 +32,5 @@ 'static/src/xml/web_widget_classes.xml', ], "auto_install": False, - "installable": True, + 'installable': False, } diff --git a/web_easy_switch_company/__openerp__.py b/web_easy_switch_company/__openerp__.py index aedddc26..cad9fa1f 100644 --- a/web_easy_switch_company/__openerp__.py +++ b/web_easy_switch_company/__openerp__.py @@ -63,6 +63,6 @@ Copyright, Author and Licence: 'qweb': [ 'static/src/xml/switch_company.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_environment_ribbon/__openerp__.py b/web_environment_ribbon/__openerp__.py index a38c19a1..067d3068 100644 --- a/web_environment_ribbon/__openerp__.py +++ b/web_environment_ribbon/__openerp__.py @@ -36,5 +36,5 @@ "update_xml": [], "demo_xml": [], "auto_install": False, - "installable": True + 'installable': False } diff --git a/web_export_view/__openerp__.py b/web_export_view/__openerp__.py index 4b029c46..0e3f5cad 100644 --- a/web_export_view/__openerp__.py +++ b/web_export_view/__openerp__.py @@ -35,6 +35,6 @@ 'qweb': [ 'static/src/xml/web_export_view_template.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_graph_improved/__openerp__.py b/web_graph_improved/__openerp__.py index 8592024b..a131e4f2 100644 --- a/web_graph_improved/__openerp__.py +++ b/web_graph_improved/__openerp__.py @@ -29,6 +29,6 @@ 'website': 'http://learts.glaucus.in', 'depends': ['web_graph'], 'data': ['view/graph_improved_view.xml'], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_group_expand/__openerp__.py b/web_group_expand/__openerp__.py index 36acdc49..a0608500 100644 --- a/web_group_expand/__openerp__.py +++ b/web_group_expand/__openerp__.py @@ -15,5 +15,5 @@ "data": [ "views/templates.xml", ], - "installable": True, + 'installable': False, } diff --git a/web_hide_db_manager_link/__openerp__.py b/web_hide_db_manager_link/__openerp__.py index 10904a3c..b5de23d1 100644 --- a/web_hide_db_manager_link/__openerp__.py +++ b/web_hide_db_manager_link/__openerp__.py @@ -32,5 +32,5 @@ 'summary': 'Hide link to database manager in login screen', 'depends': ['web'], 'data': ['views/webclient_templates.xml'], - 'installable': True, + 'installable': False, } diff --git a/web_ir_actions_act_window_message/__openerp__.py b/web_ir_actions_act_window_message/__openerp__.py index 293f9f4d..7a553c52 100644 --- a/web_ir_actions_act_window_message/__openerp__.py +++ b/web_ir_actions_act_window_message/__openerp__.py @@ -36,7 +36,7 @@ 'static/src/xml/web_ir_actions_act_window_message.xml', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/web_ir_actions_act_window_page/__openerp__.py b/web_ir_actions_act_window_page/__openerp__.py index b56cdfee..ba6679a7 100644 --- a/web_ir_actions_act_window_page/__openerp__.py +++ b/web_ir_actions_act_window_page/__openerp__.py @@ -27,5 +27,5 @@ "category": "Dependency", "depends": ['web'], 'data': ['view/qweb.xml'], - 'installable': True, + 'installable': False, } diff --git a/web_last_viewed_records/__openerp__.py b/web_last_viewed_records/__openerp__.py index 1983940a..e95519f4 100644 --- a/web_last_viewed_records/__openerp__.py +++ b/web_last_viewed_records/__openerp__.py @@ -11,5 +11,5 @@ 'qweb': [ "static/src/xml/main.xml", ], - 'installable': True + 'installable': False } diff --git a/web_listview_custom_element_number/__openerp__.py b/web_listview_custom_element_number/__openerp__.py index a06ab7e5..f3130385 100644 --- a/web_listview_custom_element_number/__openerp__.py +++ b/web_listview_custom_element_number/__openerp__.py @@ -35,4 +35,5 @@ 'data': [ 'views/templates.xml', ], + 'installable': False, } diff --git a/web_m2x_options/__openerp__.py b/web_m2x_options/__openerp__.py index 37b7dbf4..be57d3bd 100644 --- a/web_m2x_options/__openerp__.py +++ b/web_m2x_options/__openerp__.py @@ -9,6 +9,6 @@ ], 'data': ['views/view.xml'], "author": "0k.io,Odoo Community Association (OCA)", - "installable": True, + 'installable': False, "active": False, } diff --git a/web_menu_navbar_needaction/__openerp__.py b/web_menu_navbar_needaction/__openerp__.py index e1356e9c..82f1fadd 100644 --- a/web_menu_navbar_needaction/__openerp__.py +++ b/web_menu_navbar_needaction/__openerp__.py @@ -32,6 +32,6 @@ 'views/templates.xml', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, } diff --git a/web_option_auto_color/__openerp__.py b/web_option_auto_color/__openerp__.py index e5ceab63..60e604be 100644 --- a/web_option_auto_color/__openerp__.py +++ b/web_option_auto_color/__openerp__.py @@ -38,4 +38,5 @@ 'qweb': [ 'static/src/xml/templates.xml', ], + 'installable': False, } diff --git a/web_polymorphic_many2one/__openerp__.py b/web_polymorphic_many2one/__openerp__.py old mode 100755 new mode 100644 diff --git a/web_readonly_bypass/__openerp__.py b/web_readonly_bypass/__openerp__.py index 10f0098f..01744e18 100644 --- a/web_readonly_bypass/__openerp__.py +++ b/web_readonly_bypass/__openerp__.py @@ -36,6 +36,6 @@ 'data': [ 'views/readonly_bypass.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_recipients_uncheck/__openerp__.py b/web_recipients_uncheck/__openerp__.py index d4a48e51..4dad811d 100644 --- a/web_recipients_uncheck/__openerp__.py +++ b/web_recipients_uncheck/__openerp__.py @@ -32,4 +32,5 @@ 'data': [ 'view/web_recipients_uncheck.xml', ], + 'installable': False, } diff --git a/web_searchbar_full_width/__openerp__.py b/web_searchbar_full_width/__openerp__.py index 6fd5fe24..b80bb35c 100644 --- a/web_searchbar_full_width/__openerp__.py +++ b/web_searchbar_full_width/__openerp__.py @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/web_sheet_full_width/__openerp__.py b/web_sheet_full_width/__openerp__.py index 623e8a3a..8de7743f 100644 --- a/web_sheet_full_width/__openerp__.py +++ b/web_sheet_full_width/__openerp__.py @@ -43,7 +43,7 @@ Icon courtesy of http://www.picol.org/ (size_width.svg) "view/qweb.xml", ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/web_sheet_full_width_selective/__openerp__.py b/web_sheet_full_width_selective/__openerp__.py old mode 100755 new mode 100644 index 87084f11..7e2503c3 --- a/web_sheet_full_width_selective/__openerp__.py +++ b/web_sheet_full_width_selective/__openerp__.py @@ -33,5 +33,5 @@ 'views/sheet.xml', ], 'active': False, - 'installable': True, + 'installable': False, } diff --git a/web_shortcuts/__openerp__.py b/web_shortcuts/__openerp__.py index d6bc0443..e9c28d98 100644 --- a/web_shortcuts/__openerp__.py +++ b/web_shortcuts/__openerp__.py @@ -30,7 +30,7 @@ 'view/web_shortcuts.xml', ], 'qweb': ['static/src/xml/web_shortcuts.xml'], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_switch_company_warning/__openerp__.py b/web_switch_company_warning/__openerp__.py index 03f76374..3cda8a1f 100644 --- a/web_switch_company_warning/__openerp__.py +++ b/web_switch_company_warning/__openerp__.py @@ -19,6 +19,6 @@ "qweb": [ "static/src/xml/switch_company_warning.xml", ], - "installable": True, + 'installable': False, "application": False, } diff --git a/web_translate_dialog/__openerp__.py b/web_translate_dialog/__openerp__.py index aabb6c0b..2656bd36 100644 --- a/web_translate_dialog/__openerp__.py +++ b/web_translate_dialog/__openerp__.py @@ -28,5 +28,5 @@ "depends": ['web'], 'data': ['view/web_translate.xml'], 'qweb': ["static/src/xml/base.xml"], - 'installable': True, + 'installable': False, } diff --git a/web_tree_dynamic_colored_field/__openerp__.py b/web_tree_dynamic_colored_field/__openerp__.py index d709afa4..a9688a71 100644 --- a/web_tree_dynamic_colored_field/__openerp__.py +++ b/web_tree_dynamic_colored_field/__openerp__.py @@ -33,4 +33,5 @@ 'static/xml/*.xml', ], 'auto_install': False + 'installable': False, } diff --git a/web_tree_image/__openerp__.py b/web_tree_image/__openerp__.py index 37885fdf..05b692e7 100644 --- a/web_tree_image/__openerp__.py +++ b/web_tree_image/__openerp__.py @@ -38,4 +38,5 @@ 'data': [ 'view/assets.xml', ], + 'installable': False, } diff --git a/web_tree_many2one_clickable/__openerp__.py b/web_tree_many2one_clickable/__openerp__.py index f1ab5319..f634d711 100644 --- a/web_tree_many2one_clickable/__openerp__.py +++ b/web_tree_many2one_clickable/__openerp__.py @@ -34,5 +34,5 @@ "data": [ 'views/asset.xml', ], - "installable": True, + 'installable': False, } diff --git a/web_widget_color/__openerp__.py b/web_widget_color/__openerp__.py index 50838cc8..2a20bfaf 100644 --- a/web_widget_color/__openerp__.py +++ b/web_widget_color/__openerp__.py @@ -39,6 +39,6 @@ 'static/src/xml/widget.xml', ], 'auto_install': False, - 'installable': True, + 'installable': False, 'web_preload': True, } diff --git a/web_widget_datepicker_options/__openerp__.py b/web_widget_datepicker_options/__openerp__.py index 37326203..67b23c1e 100644 --- a/web_widget_datepicker_options/__openerp__.py +++ b/web_widget_datepicker_options/__openerp__.py @@ -32,6 +32,6 @@ ], "author": "Vincent Vinet, " "Odoo Community Association (OCA)", - "installable": True, + 'installable': False, "active": False, } diff --git a/web_widget_float_formula/__openerp__.py b/web_widget_float_formula/__openerp__.py index f84931c6..4710a59c 100644 --- a/web_widget_float_formula/__openerp__.py +++ b/web_widget_float_formula/__openerp__.py @@ -15,4 +15,5 @@ 'data': [ 'views/qweb.xml', ], + 'installable': False, } diff --git a/web_widget_many2many_tags_multi_selection/__openerp__.py b/web_widget_many2many_tags_multi_selection/__openerp__.py index 667764c4..71740880 100644 --- a/web_widget_many2many_tags_multi_selection/__openerp__.py +++ b/web_widget_many2many_tags_multi_selection/__openerp__.py @@ -31,6 +31,6 @@ 'data': [ 'views/web_widget_many2many_tags_multi_selection.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/web_widget_text_markdown/__openerp__.py b/web_widget_text_markdown/__openerp__.py index 91c98324..f3678db2 100644 --- a/web_widget_text_markdown/__openerp__.py +++ b/web_widget_text_markdown/__openerp__.py @@ -31,7 +31,7 @@ "qweb": ["static/src/xml/bootstrap_markdown.xml", ], 'demo': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False } diff --git a/web_widget_x2many_2d_matrix/__openerp__.py b/web_widget_x2many_2d_matrix/__openerp__.py index 0b652e3c..e48c3a6e 100644 --- a/web_widget_x2many_2d_matrix/__openerp__.py +++ b/web_widget_x2many_2d_matrix/__openerp__.py @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [],