diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index c3870f1..e542595 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -15,5 +15,5 @@ }, 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index e486064..025226e 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 e309133..c3d63d8 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -12,6 +12,6 @@ 'depends': ['base'], 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 6cc5326..b167663 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -19,5 +19,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 2006a63..85314dc 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -15,5 +15,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 9e9d8e8..6ced6ba 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -15,5 +15,5 @@ ], 'website': 'https://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index dd99fa4..775c186 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -14,5 +14,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 4d398c0..b275a43 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -11,5 +11,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 2a712ba..5d43220 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -17,5 +17,5 @@ 'external_dependencies': { 'python': ['statsd'], }, - 'installable': True, + 'installable': False, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index d7ac92f..7177859 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -11,5 +11,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 2498a86..ed8e099 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -15,5 +15,5 @@ }, 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': True, + 'installable': False, }