diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py index dbda2d7ff07..dff69e01f96 100644 --- a/admin_technical_features/__openerp__.py +++ b/admin_technical_features/__openerp__.py @@ -38,5 +38,5 @@ ], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, } diff --git a/auditlog/__openerp__.py b/auditlog/__openerp__.py index 0299346a2d7..b190bf87377 100644 --- a/auditlog/__openerp__.py +++ b/auditlog/__openerp__.py @@ -33,6 +33,6 @@ 'views/auditlog_view.xml', ], 'application': True, - 'installable': True, + 'installable': False, 'pre_init_hook': 'pre_init_hook', } diff --git a/auth_admin_passkey/__openerp__.py b/auth_admin_passkey/__openerp__.py index f8e82019c36..69b7c8b1cd6 100644 --- a/auth_admin_passkey/__openerp__.py +++ b/auth_admin_passkey/__openerp__.py @@ -41,6 +41,6 @@ 'images': [], 'post_load': '', 'application': False, - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/auth_dynamic_groups/__openerp__.py b/auth_dynamic_groups/__openerp__.py index e713e67f85f..6f519ef6b7e 100644 --- a/auth_dynamic_groups/__openerp__.py +++ b/auth_dynamic_groups/__openerp__.py @@ -32,7 +32,7 @@ 'view/res_groups.xml', ], "auto_install": False, - "installable": True, + 'installable': False, "external_dependencies": { 'python': [], }, diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index 580ce812c76..bbb03d55b23 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -31,7 +31,7 @@ "demo": [], "test": [], "active": False, - "installable": True, + 'installable': False, "auto_install": False, "application": False, } diff --git a/base_concurrency/__openerp__.py b/base_concurrency/__openerp__.py index 277e297569c..617ccfc969a 100644 --- a/base_concurrency/__openerp__.py +++ b/base_concurrency/__openerp__.py @@ -40,5 +40,5 @@ "data": ['security/ir.model.access.csv', 'cron.xml'], "auto_install": False, - "installable": True + 'installable': False } diff --git a/base_debug4all/__openerp__.py b/base_debug4all/__openerp__.py index b37c841debf..6b68bc67d91 100644 --- a/base_debug4all/__openerp__.py +++ b/base_debug4all/__openerp__.py @@ -30,5 +30,5 @@ "qweb": [ 'static/src/xml/base.xml', ], - "installable": True, + 'installable': False, } diff --git a/base_external_dbsource/__openerp__.py b/base_external_dbsource/__openerp__.py index ab51c814345..6084cf33185 100644 --- a/base_external_dbsource/__openerp__.py +++ b/base_external_dbsource/__openerp__.py @@ -60,5 +60,5 @@ 'test': [ 'test/dbsource_connect.yml', ], - 'installable': True, + 'installable': False, } diff --git a/base_field_serialized/__openerp__.py b/base_field_serialized/__openerp__.py index 6f25013a87a..349af6f9882 100644 --- a/base_field_serialized/__openerp__.py +++ b/base_field_serialized/__openerp__.py @@ -30,6 +30,6 @@ 'base', ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, } diff --git a/base_optional_quick_create/__openerp__.py b/base_optional_quick_create/__openerp__.py index 5693ee19c9b..53c6ad431ae 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -41,5 +41,5 @@ ], "demo": [], 'test': [], - "installable": True + 'installable': False } diff --git a/base_report_auto_create_qweb/__openerp__.py b/base_report_auto_create_qweb/__openerp__.py index 382b2916f1a..feb29908b12 100644 --- a/base_report_auto_create_qweb/__openerp__.py +++ b/base_report_auto_create_qweb/__openerp__.py @@ -43,5 +43,5 @@ "wizard/report_duplicate_view.xml", "views/report_xml_view.xml", ], - "installable": True, + 'installable': False, } diff --git a/base_suspend_security/__openerp__.py b/base_suspend_security/__openerp__.py index 2c32e1a1d32..906d9019131 100644 --- a/base_suspend_security/__openerp__.py +++ b/base_suspend_security/__openerp__.py @@ -30,7 +30,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [], diff --git a/base_user_gravatar/__openerp__.py b/base_user_gravatar/__openerp__.py index a86b9d54c4a..d03c5d8c778 100644 --- a/base_user_gravatar/__openerp__.py +++ b/base_user_gravatar/__openerp__.py @@ -10,7 +10,7 @@ 'website': 'http://www.endikaiglesias.com/', "license": "AGPL-3", "application": False, - "installable": True, + 'installable': False, 'depends': ['base'], 'data': [ 'views/res_users_view.xml', diff --git a/cron_run_manually/__openerp__.py b/cron_run_manually/__openerp__.py index 93674e2832e..014dc9f8d36 100644 --- a/cron_run_manually/__openerp__.py +++ b/cron_run_manually/__openerp__.py @@ -33,5 +33,5 @@ "test": [ "tests/correct_uid.yml", ], - 'installable': True, + 'installable': False, } diff --git a/database_cleanup/__openerp__.py b/database_cleanup/__openerp__.py index 8fbad587ca1..a8abf1bf86c 100644 --- a/database_cleanup/__openerp__.py +++ b/database_cleanup/__openerp__.py @@ -35,4 +35,5 @@ 'view/purge_data.xml', 'view/menu.xml', ], + 'installable': False, } diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index 8a750cacd55..d153809a3e1 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -46,7 +46,7 @@ "css": [ ], "auto_install": False, - "installable": True, + 'installable': False, "external_dependencies": { 'python': [], }, diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 63637812634..ed4cedda7bb 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -47,5 +47,5 @@ "qweb": [ 'static/src/xml/base.xml', ], - "installable": True, + 'installable': False, } diff --git a/fetchmail_attach_from_folder/__openerp__.py b/fetchmail_attach_from_folder/__openerp__.py index 295692dd907..af1c82abf06 100644 --- a/fetchmail_attach_from_folder/__openerp__.py +++ b/fetchmail_attach_from_folder/__openerp__.py @@ -34,6 +34,6 @@ 'wizard/attach_mail_manually.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/fetchmail_notify_error_to_sender/__openerp__.py b/fetchmail_notify_error_to_sender/__openerp__.py index 3dc0ee4baf3..0a2f2c3d296 100644 --- a/fetchmail_notify_error_to_sender/__openerp__.py +++ b/fetchmail_notify_error_to_sender/__openerp__.py @@ -35,6 +35,6 @@ ], 'qweb': [ ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/inactive_session_timeout/__openerp__.py b/inactive_session_timeout/__openerp__.py index b2c19453d2e..6a940ec4188 100644 --- a/inactive_session_timeout/__openerp__.py +++ b/inactive_session_timeout/__openerp__.py @@ -41,4 +41,5 @@ 'data': [ 'data/ir_config_parameter_data.xml' ] + 'installable': False, } diff --git a/language_path_mixin/__openerp__.py b/language_path_mixin/__openerp__.py index aecdf4e2bfc..be3827c19cb 100644 --- a/language_path_mixin/__openerp__.py +++ b/language_path_mixin/__openerp__.py @@ -30,4 +30,5 @@ 'depends': [ 'base', ], + 'installable': False, } diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index cb5dca0e6ee..f51cb97fdf8 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -66,6 +66,6 @@ ], 'data': ['mail_view.xml'], 'demo': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index 7e01b310219..4b66b14e48a 100644 --- a/mass_editing/__openerp__.py +++ b/mass_editing/__openerp__.py @@ -45,7 +45,7 @@ "security/ir.model.access.csv", 'views/mass_editing_view.xml', ], - 'installable': True, + 'installable': False, 'application': True, 'auto_install': False, } diff --git a/module_prototyper/__openerp__.py b/module_prototyper/__openerp__.py index d9cde4b6494..b937f8bf9c5 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -41,6 +41,6 @@ 'views/ir_model_fields_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'application': True, } diff --git a/qweb_usertime/__openerp__.py b/qweb_usertime/__openerp__.py index 7d35df048d5..6c0e8579252 100644 --- a/qweb_usertime/__openerp__.py +++ b/qweb_usertime/__openerp__.py @@ -37,5 +37,5 @@ }, 'data': [ ], - 'installable': True, + 'installable': False, } diff --git a/scheduler_error_mailer/__openerp__.py b/scheduler_error_mailer/__openerp__.py index d8dd3eb3638..e1b2545a558 100644 --- a/scheduler_error_mailer/__openerp__.py +++ b/scheduler_error_mailer/__openerp__.py @@ -44,5 +44,5 @@ ], 'demo': ['ir_cron_demo.xml'], 'images': ['images/scheduler_error_mailer.jpg'], - 'installable': True, + 'installable': False, } diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index da2b3f0e620..65a2ecbaa8e 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -82,6 +82,6 @@ "data": [ 'serv_config.xml', ], - "installable": True, + 'installable': False, "active": False, } diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index b67a7379bb1..8a71c10b5ca 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -44,6 +44,6 @@ "license": "GPL-3 or any later version", "category": "Tools", "data": [], - "installable": True, + 'installable': False, "active": False, } diff --git a/shell/__openerp__.py b/shell/__openerp__.py index d248c6a9fb3..1100933cc6c 100644 --- a/shell/__openerp__.py +++ b/shell/__openerp__.py @@ -3,4 +3,5 @@ 'summary': 'Backport of the v9 shell CLI command.', 'author': "Daniel Reis,Odoo Community Association (OCA)", 'version': '8.0.1.0.0', + 'installable': False, } diff --git a/super_calendar/__openerp__.py b/super_calendar/__openerp__.py index 44e6bad12ec..f3aebb25e78 100644 --- a/super_calendar/__openerp__.py +++ b/super_calendar/__openerp__.py @@ -46,7 +46,7 @@ ], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'application': True, 'auto_install': False, } diff --git a/users_ldap_groups/__openerp__.py b/users_ldap_groups/__openerp__.py index 453c396689a..34a14bbf77d 100644 --- a/users_ldap_groups/__openerp__.py +++ b/users_ldap_groups/__openerp__.py @@ -33,7 +33,7 @@ 'users_ldap_groups.xml', 'security/ir.model.access.csv', ], - "installable": True, + 'installable': False, "external_dependencies": { 'python': ['ldap'], }, diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 350f05f4a2a..a9a12a657e0 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -38,5 +38,5 @@ 'data': [ 'users_ldap_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 708d4f9ece0..e9c208b9712 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -48,5 +48,5 @@ 'view/users_ldap.xml', 'view/populate_wizard.xml', ], - 'installable': True, + 'installable': False, } diff --git a/web_context_tunnel/__openerp__.py b/web_context_tunnel/__openerp__.py index e5fdb6bcf40..5e747397da5 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -91,4 +91,5 @@ 'css': [], 'auto_install': False, 'web_preload': False, + 'installable': False, }