From e03fadfd211d43ec7022da9a03c8ad5da6db1bda Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Mon, 18 Oct 2021 12:50:19 +0200 Subject: [PATCH 1/3] 15.0 Modules migration --- .travis.yml | 2 +- attachment_azure/__manifest__.py | 2 +- attachment_s3/__manifest__.py | 4 ++-- attachment_swift/__manifest__.py | 4 ++-- base_attachment_object_storage/__manifest__.py | 4 ++-- base_fileurl_field/__manifest__.py | 2 +- cloud_platform/__manifest__.py | 4 ++-- cloud_platform_exoscale/__manifest__.py | 4 ++-- cloud_platform_ovh/__manifest__.py | 4 ++-- logging_json/__manifest__.py | 4 ++-- monitoring_log_requests/__manifest__.py | 4 ++-- monitoring_statsd/__manifest__.py | 4 ++-- monitoring_status/__manifest__.py | 4 ++-- session_redis/__manifest__.py | 4 ++-- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f54f1f..864e08d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: - TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="OCA/OCB" global: - - VERSION="14.0" LINT_CHECK="0" TESTS="0" + - VERSION="15.0" LINT_CHECK="0" TESTS="0" install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools diff --git a/attachment_azure/__manifest__.py b/attachment_azure/__manifest__.py index f685f39..3570bdc 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": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "Camptocamp, " "Open Source Integrators, " "Serpent Consulting Services, " diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index 35e1468..7fed06c 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Attachments on S3 storage', 'summary': 'Store assets and attachments on a S3 compatible object storage', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Knowledge Management', diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index d78ea82..b1a218f 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2017-2019 Camptocamp SA +# Copyright 2017-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Attachments on Swift storage', 'summary': 'Store assets and attachments on a Swift compatible object store', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Knowledge Management', diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index e410519..3f073b0 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2017-2019 Camptocamp SA +# Copyright 2017-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Base Attachment Object Store', 'summary': 'Base module for the implementation of external object store.', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Knowledge Management', diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index 2fe939e..7e024bf 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Base FileURL Field", "summary": "Implementation of FileURL type fields", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Technical Settings", 'author': 'Camptocamp, Odoo Community Association (OCA)', 'license': 'AGPL-3', diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index b3d869c..25062e8 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Cloud Platform', 'summary': 'Addons required for the Camptocamp Cloud Platform', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', diff --git a/cloud_platform_exoscale/__manifest__.py b/cloud_platform_exoscale/__manifest__.py index 8ebcf35..22ed02b 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2017-2019 Camptocamp SA +# Copyright 2017-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Cloud Platform Exoscale', 'summary': 'Addons required for the Camptocamp Cloud Platform on Exoscale', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', diff --git a/cloud_platform_ovh/__manifest__.py b/cloud_platform_ovh/__manifest__.py index 29a1065..5cba6a4 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2017-2019 Camptocamp SA +# Copyright 2017-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Cloud Platform OVH', 'summary': 'Addons required for the Camptocamp Cloud Platform on OVH', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index b6db7d0..9819b11 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -1,8 +1,8 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'JSON Logging', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', diff --git a/monitoring_log_requests/__manifest__.py b/monitoring_log_requests/__manifest__.py index 9364c46..bc0e044 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Monitoring: Requests Logging', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Numigi,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'category', diff --git a/monitoring_statsd/__manifest__.py b/monitoring_statsd/__manifest__.py index 381aa8b..b0b3891 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Monitoring: Statsd Metrics', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'category', diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 91ea646..01b69bb 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Monitoring: Status', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'category', diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index 5b7015b..c5b128d 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2016-2019 Camptocamp SA +# Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'Sessions in Redis', 'summary': 'Store web sessions in Redis', - 'version': "14.0.1.0.0", + 'version': "15.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', From a8b4b251ef74bee17de0c93de6cd655def809148 Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Mon, 18 Oct 2021 12:57:19 +0200 Subject: [PATCH 2/3] Update manifest files to be consistent inbetween them The main goal is to be able to easily do grep and sed when we do mass update on them --- attachment_s3/__manifest__.py | 24 +++++++------- attachment_swift/__manifest__.py | 28 ++++++++-------- .../__manifest__.py | 22 ++++++------- base_fileurl_field/__manifest__.py | 4 +-- cloud_platform/__manifest__.py | 32 +++++++++---------- cloud_platform_exoscale/__manifest__.py | 24 +++++++------- cloud_platform_ovh/__manifest__.py | 24 +++++++------- logging_json/__manifest__.py | 22 ++++++------- monitoring_log_requests/__manifest__.py | 18 +++++------ monitoring_statsd/__manifest__.py | 26 +++++++-------- monitoring_status/__manifest__.py | 18 +++++------ session_redis/__manifest__.py | 24 +++++++------- test_base_fileurl_field/__manifest__.py | 22 ++++++------- 13 files changed, 144 insertions(+), 144 deletions(-) diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index 7fed06c..a8fa771 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -2,17 +2,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Attachments on S3 storage', - 'summary': 'Store assets and attachments on a S3 compatible object storage', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Knowledge Management', - 'depends': ['base', 'base_attachment_object_storage'], - 'external_dependencies': { - 'python': ['boto3'], +{"name": "Attachments on S3 storage", + "summary": "Store assets and attachments on a S3 compatible object storage", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Knowledge Management", + "depends": ["base", "base_attachment_object_storage"], + "external_dependencies": { + "python": ["boto3"], }, - 'website': 'https://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "https://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index b1a218f..ac598ed 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -2,20 +2,20 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Attachments on Swift storage', - 'summary': 'Store assets and attachments on a Swift compatible object store', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Knowledge Management', - 'depends': ['base_attachment_object_storage'], - 'external_dependencies': { - 'python': ['swiftclient', - 'keystoneclient', - 'keystoneauth1', +{"name": "Attachments on Swift storage", + "summary": "Store assets and attachments on a Swift compatible object store", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Knowledge Management", + "depends": ["base_attachment_object_storage"], + "external_dependencies": { + "python": ["swiftclient", + "keystoneclient", + "keystoneauth1", ], }, - 'website': 'https://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "https://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index 3f073b0..9605e9b 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -2,15 +2,15 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Base Attachment Object Store', - 'summary': 'Base module for the implementation of external object store.', - 'version': "15.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': True, - 'auto_install': True, +{"name": "Base Attachment Object Store", + "summary": "Base module for the implementation of external object store.", + "version": "15.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": True, + "auto_install": True, } diff --git a/base_fileurl_field/__manifest__.py b/base_fileurl_field/__manifest__.py index 7e024bf..a985c87 100644 --- a/base_fileurl_field/__manifest__.py +++ b/base_fileurl_field/__manifest__.py @@ -5,8 +5,8 @@ "summary": "Implementation of FileURL type fields", "version": "15.0.1.0.0", "category": "Technical Settings", - 'author': 'Camptocamp, Odoo Community Association (OCA)', - 'license': 'AGPL-3', + "author": "Camptocamp, Odoo Community Association (OCA)", + "license": "AGPL-3", "depends": [ "base_attachment_object_storage", ], diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 25062e8..48f841f 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -2,21 +2,21 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Cloud Platform', - 'summary': 'Addons required for the Camptocamp Cloud Platform', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Extra Tools', - 'depends': [ - 'session_redis', - 'monitoring_status', - 'logging_json', - # 'monitoring_log_requests', - 'monitoring_statsd', - 'server_environment', # OCA/server-tools +{"name": "Cloud Platform", + "summary": "Addons required for the Camptocamp Cloud Platform", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Extra Tools", + "depends": [ + "session_redis", + "monitoring_status", + "logging_json", + # "monitoring_log_requests", + "monitoring_statsd", + "server_environment", # OCA/server-tools ], - 'website': 'https://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "https://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/cloud_platform_exoscale/__manifest__.py b/cloud_platform_exoscale/__manifest__.py index 22ed02b..28504f9 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -2,17 +2,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Cloud Platform Exoscale', - 'summary': 'Addons required for the Camptocamp Cloud Platform on Exoscale', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Extra Tools', - 'depends': [ - 'cloud_platform', - 'attachment_s3', +{"name": "Cloud Platform Exoscale", + "summary": "Addons required for the Camptocamp Cloud Platform on Exoscale", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Extra Tools", + "depends": [ + "cloud_platform", + "attachment_s3", ], - 'website': 'https://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "https://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/cloud_platform_ovh/__manifest__.py b/cloud_platform_ovh/__manifest__.py index 5cba6a4..5dde01d 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -2,17 +2,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Cloud Platform OVH', - 'summary': 'Addons required for the Camptocamp Cloud Platform on OVH', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Extra Tools', - 'depends': [ - 'cloud_platform', - 'attachment_swift', +{"name": "Cloud Platform OVH", + "summary": "Addons required for the Camptocamp Cloud Platform on OVH", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Extra Tools", + "depends": [ + "cloud_platform", + "attachment_swift", ], - 'website': 'https://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "https://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 9819b11..b60a009 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -1,17 +1,17 @@ # Copyright 2016-2021 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'JSON Logging', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Extra Tools', - 'depends': ['base', +{"name": "JSON Logging", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Extra Tools", + "depends": ["base", ], - 'external_dependencies': { - 'python': ['python-json-logger'], + "external_dependencies": { + "python": ["python-json-logger"], }, - 'website': 'http://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "http://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/monitoring_log_requests/__manifest__.py b/monitoring_log_requests/__manifest__.py index bc0e044..483ed1f 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -2,13 +2,13 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Monitoring: Requests Logging', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Numigi,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'category', - 'depends': ['base', 'web'], - 'website': 'http://www.camptocamp.com', - 'data': [], - 'installable': True, +{"name": "Monitoring: Requests Logging", + "version": "15.0.1.0.0", + "author": "Camptocamp,Numigi,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "category", + "depends": ["base", "web"], + "website": "http://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/monitoring_statsd/__manifest__.py b/monitoring_statsd/__manifest__.py index b0b3891..0bc00e4 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -2,19 +2,19 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Monitoring: Statsd Metrics', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'category', - 'depends': ['base', - 'web', - 'server_environment', +{"name": "Monitoring: Statsd Metrics", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "category", + "depends": ["base", + "web", + "server_environment", ], - 'website': 'http://www.camptocamp.com', - 'data': [], - 'external_dependencies': { - 'python': ['statsd'], + "website": "http://www.camptocamp.com", + "data": [], + "external_dependencies": { + "python": ["statsd"], }, - 'installable': True, + "installable": True, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 01b69bb..42ba145 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -2,13 +2,13 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Monitoring: Status', - 'version': "15.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': True, +{"name": "Monitoring: Status", + "version": "15.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": True, } diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index c5b128d..8308656 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -2,17 +2,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -{'name': 'Sessions in Redis', - 'summary': 'Store web sessions in Redis', - 'version': "15.0.1.0.0", - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'Extra Tools', - 'depends': ['base'], - 'external_dependencies': { - 'python': ['redis'], +{"name": "Sessions in Redis", + "summary": "Store web sessions in Redis", + "version": "15.0.1.0.0", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "Extra Tools", + "depends": ["base"], + "external_dependencies": { + "python": ["redis"], }, - 'website': 'http://www.camptocamp.com', - 'data': [], - 'installable': True, + "website": "http://www.camptocamp.com", + "data": [], + "installable": True, } diff --git a/test_base_fileurl_field/__manifest__.py b/test_base_fileurl_field/__manifest__.py index a2934b7..5aeaee0 100644 --- a/test_base_fileurl_field/__manifest__.py +++ b/test_base_fileurl_field/__manifest__.py @@ -1,19 +1,19 @@ # Copyright 2019 Camptocamp SA # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) { - 'name': 'test base fileurl fields', - 'summary': """A module to verify fileurl field.""", - 'version': '12.0.1.0.0', - 'category': 'Tests', - 'author': 'Camptocamp,Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'depends': [ - 'base_fileurl_field' + "name": "test base fileurl fields", + "summary": """A module to verify fileurl field.""", + "version": "12.0.1.0.0", + "category": "Tests", + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": [ + "base_fileurl_field" ], - 'data': [ + "data": [ "views/res_partner.xml", "views/res_users.xml", ], - 'installable': False, - 'auto_install': False, + "installable": False, + "auto_install": False, } From 07c2667ace523bc89cebad8a30ecfb763f4c956f Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Tue, 19 Oct 2021 13:40:27 +0200 Subject: [PATCH 3/3] Update oca_dependencies with link to OCA PR --- oca_dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 0612c13..2acee26 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1 +1 @@ -server-env +server-env https://github.com/camptocamp/server-env 15.0-mig-server_environment