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
This commit is contained in:
Denis Leemann
2021-10-18 13:08:30 +02:00
parent e03fadfd21
commit a8b4b251ef
13 changed files with 144 additions and 144 deletions
+12 -12
View File
@@ -2,17 +2,17 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Attachments on S3 storage', {"name": "Attachments on S3 storage",
'summary': 'Store assets and attachments on a S3 compatible object storage', "summary": "Store assets and attachments on a S3 compatible object storage",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Knowledge Management', "category": "Knowledge Management",
'depends': ['base', 'base_attachment_object_storage'], "depends": ["base", "base_attachment_object_storage"],
'external_dependencies': { "external_dependencies": {
'python': ['boto3'], "python": ["boto3"],
}, },
'website': 'https://www.camptocamp.com', "website": "https://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+14 -14
View File
@@ -2,20 +2,20 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Attachments on Swift storage', {"name": "Attachments on Swift storage",
'summary': 'Store assets and attachments on a Swift compatible object store', "summary": "Store assets and attachments on a Swift compatible object store",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Knowledge Management', "category": "Knowledge Management",
'depends': ['base_attachment_object_storage'], "depends": ["base_attachment_object_storage"],
'external_dependencies': { "external_dependencies": {
'python': ['swiftclient', "python": ["swiftclient",
'keystoneclient', "keystoneclient",
'keystoneauth1', "keystoneauth1",
], ],
}, },
'website': 'https://www.camptocamp.com', "website": "https://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+11 -11
View File
@@ -2,15 +2,15 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Base Attachment Object Store', {"name": "Base Attachment Object Store",
'summary': 'Base module for the implementation of external object store.', "summary": "Base module for the implementation of external object store.",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Knowledge Management', "category": "Knowledge Management",
'depends': ['base'], "depends": ["base"],
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': ['data/res_config_settings_data.xml'], "data": ["data/res_config_settings_data.xml"],
'installable': True, "installable": True,
'auto_install': True, "auto_install": True,
} }
+2 -2
View File
@@ -5,8 +5,8 @@
"summary": "Implementation of FileURL type fields", "summary": "Implementation of FileURL type fields",
"version": "15.0.1.0.0", "version": "15.0.1.0.0",
"category": "Technical Settings", "category": "Technical Settings",
'author': 'Camptocamp, Odoo Community Association (OCA)', "author": "Camptocamp, Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
"depends": [ "depends": [
"base_attachment_object_storage", "base_attachment_object_storage",
], ],
+16 -16
View File
@@ -2,21 +2,21 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Cloud Platform', {"name": "Cloud Platform",
'summary': 'Addons required for the Camptocamp Cloud Platform', "summary": "Addons required for the Camptocamp Cloud Platform",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Extra Tools', "category": "Extra Tools",
'depends': [ "depends": [
'session_redis', "session_redis",
'monitoring_status', "monitoring_status",
'logging_json', "logging_json",
# 'monitoring_log_requests', # "monitoring_log_requests",
'monitoring_statsd', "monitoring_statsd",
'server_environment', # OCA/server-tools "server_environment", # OCA/server-tools
], ],
'website': 'https://www.camptocamp.com', "website": "https://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+12 -12
View File
@@ -2,17 +2,17 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Cloud Platform Exoscale', {"name": "Cloud Platform Exoscale",
'summary': 'Addons required for the Camptocamp Cloud Platform on Exoscale', "summary": "Addons required for the Camptocamp Cloud Platform on Exoscale",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Extra Tools', "category": "Extra Tools",
'depends': [ "depends": [
'cloud_platform', "cloud_platform",
'attachment_s3', "attachment_s3",
], ],
'website': 'https://www.camptocamp.com', "website": "https://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+12 -12
View File
@@ -2,17 +2,17 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Cloud Platform OVH', {"name": "Cloud Platform OVH",
'summary': 'Addons required for the Camptocamp Cloud Platform on OVH', "summary": "Addons required for the Camptocamp Cloud Platform on OVH",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Extra Tools', "category": "Extra Tools",
'depends': [ "depends": [
'cloud_platform', "cloud_platform",
'attachment_swift', "attachment_swift",
], ],
'website': 'https://www.camptocamp.com', "website": "https://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+11 -11
View File
@@ -1,17 +1,17 @@
# Copyright 2016-2021 Camptocamp SA # Copyright 2016-2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'JSON Logging', {"name": "JSON Logging",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Extra Tools', "category": "Extra Tools",
'depends': ['base', "depends": ["base",
], ],
'external_dependencies': { "external_dependencies": {
'python': ['python-json-logger'], "python": ["python-json-logger"],
}, },
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+9 -9
View File
@@ -2,13 +2,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Monitoring: Requests Logging', {"name": "Monitoring: Requests Logging",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Numigi,Odoo Community Association (OCA)', "author": "Camptocamp,Numigi,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'category', "category": "category",
'depends': ['base', 'web'], "depends": ["base", "web"],
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+13 -13
View File
@@ -2,19 +2,19 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Monitoring: Statsd Metrics', {"name": "Monitoring: Statsd Metrics",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'category', "category": "category",
'depends': ['base', "depends": ["base",
'web', "web",
'server_environment', "server_environment",
], ],
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': [], "data": [],
'external_dependencies': { "external_dependencies": {
'python': ['statsd'], "python": ["statsd"],
}, },
'installable': True, "installable": True,
} }
+9 -9
View File
@@ -2,13 +2,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Monitoring: Status', {"name": "Monitoring: Status",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'category', "category": "category",
'depends': ['base', 'web'], "depends": ["base", "web"],
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+12 -12
View File
@@ -2,17 +2,17 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Sessions in Redis', {"name": "Sessions in Redis",
'summary': 'Store web sessions in Redis', "summary": "Store web sessions in Redis",
'version': "15.0.1.0.0", "version": "15.0.1.0.0",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'category': 'Extra Tools', "category": "Extra Tools",
'depends': ['base'], "depends": ["base"],
'external_dependencies': { "external_dependencies": {
'python': ['redis'], "python": ["redis"],
}, },
'website': 'http://www.camptocamp.com', "website": "http://www.camptocamp.com",
'data': [], "data": [],
'installable': True, "installable": True,
} }
+11 -11
View File
@@ -1,19 +1,19 @@
# Copyright 2019 Camptocamp SA # Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{ {
'name': 'test base fileurl fields', "name": "test base fileurl fields",
'summary': """A module to verify fileurl field.""", "summary": """A module to verify fileurl field.""",
'version': '12.0.1.0.0', "version": "12.0.1.0.0",
'category': 'Tests', "category": "Tests",
'author': 'Camptocamp,Odoo Community Association (OCA)', "author": "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3', "license": "AGPL-3",
'depends': [ "depends": [
'base_fileurl_field' "base_fileurl_field"
], ],
'data': [ "data": [
"views/res_partner.xml", "views/res_partner.xml",
"views/res_users.xml", "views/res_users.xml",
], ],
'installable': False, "installable": False,
'auto_install': False, "auto_install": False,
} }