From 14cab080245971aa6c184f768c2cc2fb57549acc Mon Sep 17 00:00:00 2001 From: Vincent Renaville Date: Mon, 26 Sep 2022 11:31:17 +0200 Subject: [PATCH] fix: modifition setup (#386) --- attachment_azure/__manifest__.py | 4 ++-- base_attachment_object_storage/__manifest__.py | 4 ++-- cloud_platform/__manifest__.py | 4 ++-- cloud_platform_azure/__manifest__.py | 4 ++-- logging_json/__manifest__.py | 4 ++-- monitoring_prometheus/__manifest__.py | 4 ++-- monitoring_status/__manifest__.py | 4 ++-- session_redis/__manifest__.py | 4 ++-- setup/attachment_s3/odoo/addons/attachment_s3 | 1 - setup/attachment_s3/setup.py | 6 ------ .../attachment_swift/odoo/addons/attachment_swift | 1 - setup/attachment_swift/setup.py | 14 -------------- .../odoo/addons/base_fileurl_field | 1 - setup/base_fileurl_field/setup.py | 6 ------ .../odoo/addons/cloud_platform_exoscale | 1 - setup/cloud_platform_exoscale/setup.py | 6 ------ .../odoo/addons/cloud_platform_ovh | 1 - setup/cloud_platform_ovh/setup.py | 6 ------ .../odoo/addons/monitoring_log_requests | 1 - setup/monitoring_log_requests/setup.py | 6 ------ .../odoo/addons/monitoring_statsd | 1 - setup/monitoring_statsd/setup.py | 6 ------ 22 files changed, 16 insertions(+), 73 deletions(-) delete mode 120000 setup/attachment_s3/odoo/addons/attachment_s3 delete mode 100644 setup/attachment_s3/setup.py delete mode 120000 setup/attachment_swift/odoo/addons/attachment_swift delete mode 100644 setup/attachment_swift/setup.py delete mode 120000 setup/base_fileurl_field/odoo/addons/base_fileurl_field delete mode 100644 setup/base_fileurl_field/setup.py delete mode 120000 setup/cloud_platform_exoscale/odoo/addons/cloud_platform_exoscale delete mode 100644 setup/cloud_platform_exoscale/setup.py delete mode 120000 setup/cloud_platform_ovh/odoo/addons/cloud_platform_ovh delete mode 100644 setup/cloud_platform_ovh/setup.py delete mode 120000 setup/monitoring_log_requests/odoo/addons/monitoring_log_requests delete mode 100644 setup/monitoring_log_requests/setup.py delete mode 120000 setup/monitoring_statsd/odoo/addons/monitoring_statsd delete mode 100644 setup/monitoring_statsd/setup.py diff --git a/attachment_azure/__manifest__.py b/attachment_azure/__manifest__.py index 14f905b..ec80b99 100644 --- a/attachment_azure/__manifest__.py +++ b/attachment_azure/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Attachments on Azure storage", "summary": "Store assets and attachments on a Azure compatible object storage", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp, " "Open Source Integrators, " "Serpent Consulting Services, " @@ -16,7 +16,7 @@ "python": ["azure-storage-blob", "azure-identity"], }, "website": "https://github.com/camptocamp/odoo-cloud-platform", - "installable": False, + "installable": True, "development_status": "Beta", "maintainers": ["max3903"], } diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index fbcac49..39cc63a 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -5,13 +5,13 @@ { "name": "Base Attachment Object Store", "summary": "Base module for the implementation of external object store.", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Knowledge Management", "depends": ["base"], "website": "http://www.camptocamp.com", "data": ["data/res_config_settings_data.xml"], - "installable": False, + "installable": True, "auto_install": True, } diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 890631f..0c5bb58 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Cloud Platform", "summary": "Addons required for the Camptocamp Cloud Platform", - "version": "15.0.2.0.0", + "version": "16.0.2.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", @@ -17,5 +17,5 @@ ], "website": "https://www.camptocamp.com", "data": [], - "installable": False, + "installable": True, } diff --git a/cloud_platform_azure/__manifest__.py b/cloud_platform_azure/__manifest__.py index c3f7b08..30dab45 100644 --- a/cloud_platform_azure/__manifest__.py +++ b/cloud_platform_azure/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Cloud Platform Azure", "summary": "Addons required for the Camptocamp Cloud Platform on Azure", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", @@ -20,5 +20,5 @@ ], "website": "https://www.camptocamp.com", "data": [], - "installable": False, + "installable": True, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index f973f7e..c94984e 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -3,7 +3,7 @@ { "name": "JSON Logging", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", @@ -15,5 +15,5 @@ }, "website": "http://www.camptocamp.com", "data": [], - "installable": False, + "installable": True, } diff --git a/monitoring_prometheus/__manifest__.py b/monitoring_prometheus/__manifest__.py index 4c0f491..6809e1b 100644 --- a/monitoring_prometheus/__manifest__.py +++ b/monitoring_prometheus/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Monitoring: Prometheus Metrics", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "category", @@ -18,5 +18,5 @@ "external_dependencies": { "python": ["prometheus_client"], }, - "installable": False, + "installable": True, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 81740d5..9a00dfb 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -4,12 +4,12 @@ { "name": "Monitoring: Status", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "category", "depends": ["base", "web"], "website": "http://www.camptocamp.com", "data": [], - "installable": False, + "installable": True, } diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index 918fd1d..6a7240a 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Sessions in Redis", "summary": "Store web sessions in Redis", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", @@ -15,5 +15,5 @@ }, "website": "http://www.camptocamp.com", "data": [], - "installable": False, + "installable": True, } diff --git a/setup/attachment_s3/odoo/addons/attachment_s3 b/setup/attachment_s3/odoo/addons/attachment_s3 deleted file mode 120000 index 551408d..0000000 --- a/setup/attachment_s3/odoo/addons/attachment_s3 +++ /dev/null @@ -1 +0,0 @@ -../../../../attachment_s3 \ No newline at end of file diff --git a/setup/attachment_s3/setup.py b/setup/attachment_s3/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/attachment_s3/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -) diff --git a/setup/attachment_swift/odoo/addons/attachment_swift b/setup/attachment_swift/odoo/addons/attachment_swift deleted file mode 120000 index c9c2559..0000000 --- a/setup/attachment_swift/odoo/addons/attachment_swift +++ /dev/null @@ -1 +0,0 @@ -../../../../attachment_swift \ No newline at end of file diff --git a/setup/attachment_swift/setup.py b/setup/attachment_swift/setup.py deleted file mode 100644 index d6d1eb0..0000000 --- a/setup/attachment_swift/setup.py +++ /dev/null @@ -1,14 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon={ - 'external_dependencies_override': { - 'python': { - 'swiftclient': 'python-swiftclient>=3.7.0', - 'keystoneclient': 'python-keystoneclient>=3.19.0', - 'keystoneauth1': 'keystoneauth1>=3.14.0', - }, - }, - } -) diff --git a/setup/base_fileurl_field/odoo/addons/base_fileurl_field b/setup/base_fileurl_field/odoo/addons/base_fileurl_field deleted file mode 120000 index d82a3a2..0000000 --- a/setup/base_fileurl_field/odoo/addons/base_fileurl_field +++ /dev/null @@ -1 +0,0 @@ -../../../../base_fileurl_field \ No newline at end of file diff --git a/setup/base_fileurl_field/setup.py b/setup/base_fileurl_field/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/base_fileurl_field/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -) diff --git a/setup/cloud_platform_exoscale/odoo/addons/cloud_platform_exoscale b/setup/cloud_platform_exoscale/odoo/addons/cloud_platform_exoscale deleted file mode 120000 index 1618a23..0000000 --- a/setup/cloud_platform_exoscale/odoo/addons/cloud_platform_exoscale +++ /dev/null @@ -1 +0,0 @@ -../../../../cloud_platform_exoscale \ No newline at end of file diff --git a/setup/cloud_platform_exoscale/setup.py b/setup/cloud_platform_exoscale/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/cloud_platform_exoscale/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -) diff --git a/setup/cloud_platform_ovh/odoo/addons/cloud_platform_ovh b/setup/cloud_platform_ovh/odoo/addons/cloud_platform_ovh deleted file mode 120000 index cd6052e..0000000 --- a/setup/cloud_platform_ovh/odoo/addons/cloud_platform_ovh +++ /dev/null @@ -1 +0,0 @@ -../../../../cloud_platform_ovh \ No newline at end of file diff --git a/setup/cloud_platform_ovh/setup.py b/setup/cloud_platform_ovh/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/cloud_platform_ovh/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -) diff --git a/setup/monitoring_log_requests/odoo/addons/monitoring_log_requests b/setup/monitoring_log_requests/odoo/addons/monitoring_log_requests deleted file mode 120000 index 8bcfc7a..0000000 --- a/setup/monitoring_log_requests/odoo/addons/monitoring_log_requests +++ /dev/null @@ -1 +0,0 @@ -../../../../monitoring_log_requests \ No newline at end of file diff --git a/setup/monitoring_log_requests/setup.py b/setup/monitoring_log_requests/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/monitoring_log_requests/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -) diff --git a/setup/monitoring_statsd/odoo/addons/monitoring_statsd b/setup/monitoring_statsd/odoo/addons/monitoring_statsd deleted file mode 120000 index b10c496..0000000 --- a/setup/monitoring_statsd/odoo/addons/monitoring_statsd +++ /dev/null @@ -1 +0,0 @@ -../../../../monitoring_statsd \ No newline at end of file diff --git a/setup/monitoring_statsd/setup.py b/setup/monitoring_statsd/setup.py deleted file mode 100644 index 28c57bb..0000000 --- a/setup/monitoring_statsd/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -)