From 96c9a38150e85eb96344fdba88b6818d5e536acb Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 15 Nov 2017 14:31:23 +0100 Subject: [PATCH] Set addons uninstallable --- attachment_s3/__manifest__.py | 2 +- attachment_swift/__manifest__.py | 2 +- base_attachment_object_storage/__manifest__.py | 2 +- cloud_platform/__manifest__.py | 2 +- cloud_platform_exoscale/__manifest__.py | 2 +- cloud_platform_ovh/__manifest__.py | 2 +- logging_json/__manifest__.py | 2 +- monitoring_log_requests/__manifest__.py | 2 +- monitoring_statsd/__manifest__.py | 2 +- monitoring_status/__manifest__.py | 2 +- session_redis/__manifest__.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index 611b76f..5f37766 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 1a63b4b..e99b727 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 b9e6610..cf507b9 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 c938284..f339844 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 2557ee4..85f985f 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 7436ebe..d29a7c9 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 1d9bad3..f5173a3 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 152e9d4..7d08c6a 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 ec88473..eb370fb 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 e3cb44a..7afcc35 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 06686ce..ad3e99d 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, }