diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index d4e5f59..6587650 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -14,5 +14,5 @@ }, 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index 5447cfb..69b247e 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -17,5 +17,5 @@ }, 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index 76a1a13..d2b5777 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -11,6 +11,6 @@ 'depends': ['base'], 'website': 'http://www.camptocamp.com', 'data': ['data/res_config_settings_data.xml'], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index b58d685..3f67823 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -18,5 +18,5 @@ ], 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/cloud_platform_exoscale/__manifest__.py b/cloud_platform_exoscale/__manifest__.py index 283e0cb..40aea31 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -14,5 +14,5 @@ ], 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/cloud_platform_ovh/__manifest__.py b/cloud_platform_ovh/__manifest__.py index bef9544..828cc4c 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -14,5 +14,5 @@ ], 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index ce1b414..337529f 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -13,5 +13,5 @@ }, 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/monitoring_log_requests/__manifest__.py b/monitoring_log_requests/__manifest__.py index d808e8d..2e2a73b 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -10,5 +10,5 @@ 'depends': ['base', 'web'], 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/monitoring_statsd/__manifest__.py b/monitoring_statsd/__manifest__.py index e07178d..a61c3bf 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -16,5 +16,5 @@ 'external_dependencies': { 'python': ['statsd'], }, - 'installable': True, + 'installable': False, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 684d941..8990842 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -10,5 +10,5 @@ 'depends': ['base', 'web'], 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index ff7b96f..d233faa 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -14,5 +14,5 @@ }, 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, }