diff --git a/admin_technical_features/__openerp__.py b/admin_technical_features/__openerp__.py index dbda2d7ff..dff69e01f 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 0299346a2..b190bf873 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 f8e82019c..69b7c8b1c 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 e713e67f8..6f519ef6b 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 580ce812c..bbb03d55b 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 277e29756..617ccfc96 100644 --- a/base_concurrency/__openerp__.py +++ b/base_concurrency/__openerp__.py @@ -40,5 +40,5 @@ avoid breaking modules which access via SQL the login_date column, a cron "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 b37c841de..6b68bc67d 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 ab51c8143..6084cf331 100644 --- a/base_external_dbsource/__openerp__.py +++ b/base_external_dbsource/__openerp__.py @@ -60,5 +60,5 @@ Contributors 'test': [ 'test/dbsource_connect.yml', ], - 'installable': True, + 'installable': False, } diff --git a/base_field_serialized/__openerp__.py b/base_field_serialized/__openerp__.py index 6f25013a8..349af6f98 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 5693ee19c..53c6ad431 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -41,5 +41,5 @@ Got the idea from https://twitter.com/nbessi/status/337869826028605441 ], "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 382b2916f..feb29908b 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 2c32e1a1d..906d90191 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 a86b9d54c..d03c5d8c7 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 93674e283..014dc9f8d 100644 --- a/cron_run_manually/__openerp__.py +++ b/cron_run_manually/__openerp__.py @@ -33,5 +33,5 @@ of the scheduler. "test": [ "tests/correct_uid.yml", ], - 'installable': True, + 'installable': False, } diff --git a/database_cleanup/__openerp__.py b/database_cleanup/__openerp__.py index 8fbad587c..a8abf1bf8 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 8a750cacd..d153809a3 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 636378126..ed4cedda7 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -47,5 +47,5 @@ come with the standard code: "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 295692dd9..af1c82abf 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 3dc0ee4ba..0a2f2c3d2 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 b2c19453d..6a940ec41 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 aecdf4e2b..be3827c19 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 cb5dca0e6..f51cb97fd 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -66,6 +66,6 @@ password = openerp ], 'data': ['mail_view.xml'], 'demo': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index 7e01b3102..4b66b14e4 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 d9cde4b64..b937f8bf9 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 7d35df048..6c0e85792 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 d8dd3eb36..e1b2545a5 100644 --- a/scheduler_error_mailer/__openerp__.py +++ b/scheduler_error_mailer/__openerp__.py @@ -44,5 +44,5 @@ an error.""", ], '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 da2b3f0e6..65a2ecbaa 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -82,6 +82,6 @@ Example usage "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 b67a7379b..8a71c10b5 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -44,6 +44,6 @@ variable of the OpenERP configuration file. "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 d248c6a9f..1100933cc 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 44e6bad12..f3aebb25e 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 453c39668..34a14bbf7 100644 --- a/users_ldap_groups/__openerp__.py +++ b/users_ldap_groups/__openerp__.py @@ -33,7 +33,7 @@ Adds user accounts to groups based on rules defined by the administrator. '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 350f05f4a..a9a12a657 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -38,5 +38,5 @@ AD also supports the "mail" attribute, so it can be mapped into OpenERP. 'data': [ 'users_ldap_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 708d4f9ec..e9c208b97 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -48,5 +48,5 @@ object you want to query. '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 e5fdb6bcf..5e747397d 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -91,4 +91,5 @@ https://github.com/openerpbrasil/l10n_br_core/commit/33065366726a83dbc69b9f0031c 'css': [], 'auto_install': False, 'web_preload': False, + 'installable': False, }