Skip to content

Commit

Permalink
Merge pull request #264 from camptocamp/15.0-modules_migration
Browse files Browse the repository at this point in the history
15.0 Modules migration
  • Loading branch information
yvaucher authored Oct 20, 2021
2 parents 4b61f43 + 07c2667 commit d187ac9
Show file tree
Hide file tree
Showing 16 changed files with 159 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion attachment_azure/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
26 changes: 13 additions & 13 deletions attachment_s3/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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",
'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,
}
30 changes: 15 additions & 15 deletions attachment_swift/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 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",
'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,
}
24 changes: 12 additions & 12 deletions base_attachment_object_storage/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 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",
'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,
}
6 changes: 3 additions & 3 deletions base_fileurl_field/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"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',
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"base_attachment_object_storage",
],
Expand Down
34 changes: 17 additions & 17 deletions cloud_platform/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 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",
'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,
}
26 changes: 13 additions & 13 deletions cloud_platform_exoscale/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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",
'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,
}
26 changes: 13 additions & 13 deletions cloud_platform_ovh/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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",
'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,
}
24 changes: 12 additions & 12 deletions logging_json/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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",
'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,
}
20 changes: 10 additions & 10 deletions monitoring_log_requests/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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",
'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,
}
28 changes: 14 additions & 14 deletions monitoring_statsd/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# 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",
'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,
}
20 changes: 10 additions & 10 deletions monitoring_status/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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",
'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,
}
2 changes: 1 addition & 1 deletion oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
server-env
server-env https://github.com/camptocamp/server-env 15.0-mig-server_environment
26 changes: 13 additions & 13 deletions session_redis/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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",
'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,
}
Loading

0 comments on commit d187ac9

Please sign in to comment.