From cbff157fddffa8dbebafa19414ef2e2ba6fedad5 Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Mon, 7 Oct 2019 12:16:06 +0200 Subject: [PATCH 1/2] BSRD-286: Set the addons to uninstallable --- attachment_s3/__manifest__.py | 2 +- attachment_swift/__manifest__.py | 2 +- base_attachment_object_storage/__manifest__.py | 2 +- base_fileurl_field/__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 +- test_base_fileurl_field/__manifest__.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index dec7f77..8d5e79c 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 17fe88f..e5fa828 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 58d85fc..b6a3fcb 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': [], - 'installable': True, + 'installable': False, 'auto_install': True, } diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index 7490bb6..d265299 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -11,5 +11,5 @@ "base_attachment_object_storage", ], "auto_install": False, - "installable": True, + "installable": False, } diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 2d2b45c..227cab4 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 1c49954..b3337d5 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 ade2a27..3eea645 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 28f043e..ada01e4 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 26a75b1..13f2938 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 87e5d62..2561b5d 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 9c254c1..f28ba50 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 25eca0f..31c5f07 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, } diff --git a/test_base_fileurl_field/__manifest__.py b/test_base_fileurl_field/__manifest__.py index fecd344..a2934b7 100644 --- a/test_base_fileurl_field/__manifest__.py +++ b/test_base_fileurl_field/__manifest__.py @@ -14,6 +14,6 @@ "views/res_partner.xml", "views/res_users.xml", ], - 'installable': True, + 'installable': False, 'auto_install': False, } From 21c62cbd5380741cb6fd3a38b10f628b7d9e68b8 Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Mon, 7 Oct 2019 12:51:47 +0200 Subject: [PATCH 2/2] BSRD-286: rm test in travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18b3730..4508d60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,8 @@ addons: env: matrix: - LINT_CHECK="1" - - TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE=test_base_fileurl_field - - TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE=test_base_fileurl_field - - TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE=test_base_fileurl_field - - TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE=test_base_fileurl_field + - TESTS="1" ODOO_REPO="odoo/odoo" + - TESTS="1" ODOO_REPO="OCA/OCB" global: - VERSION="12.0" LINT_CHECK="0" TESTS="0"