feat: enable storage module

This commit is contained in:
vrenaville
2025-01-06 14:27:00 +01:00
parent da9918aee0
commit 219a9a305f
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
{ {
"name": "Attachments on Azure storage", "name": "Attachments on Azure storage",
"summary": "Store assets and attachments on a Azure compatible object storage", "summary": "Store assets and attachments on a Azure compatible object storage",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"author": "Camptocamp, " "author": "Camptocamp, "
"Open Source Integrators, " "Open Source Integrators, "
"Serpent Consulting Services, " "Serpent Consulting Services, "
@@ -16,7 +16,7 @@
"python": ["azure-storage-blob", "azure-identity"], "python": ["azure-storage-blob", "azure-identity"],
}, },
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"installable": False, "installable": True,
"development_status": "Beta", "development_status": "Beta",
"maintainers": ["max3903"], "maintainers": ["max3903"],
} }
+2 -2
View File
@@ -2,7 +2,7 @@ from . import models
from odoo.http import Stream from odoo.http import Stream
old_from_attachment = Stream.from_attachment old_from_attachment = Stream.as_attachment
@classmethod @classmethod
@@ -23,4 +23,4 @@ def from_attachment(cls, attachment):
return old_from_attachment(attachment) return old_from_attachment(attachment)
Stream.from_attachment = from_attachment Stream.as_attachment = from_attachment
@@ -5,13 +5,13 @@
{ {
"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": "17.0.1.0.0", "version": "18.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": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": ["data/res_config_settings_data.xml"], "data": ["data/res_config_settings_data.xml"],
"installable": False, "installable": True,
"auto_install": True, "auto_install": True,
} }
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
"name": "Base FileURL Field", "name": "Base FileURL Field",
"summary": "Implementation of FileURL type fields", "summary": "Implementation of FileURL type fields",
"version": "17.0.1.0.0", "version": "18.0.1.0.0",
"category": "Technical Settings", "category": "Technical Settings",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
+2 -2
View File
@@ -5,7 +5,7 @@
{ {
"name": "Cloud Platform", "name": "Cloud Platform",
"summary": "Addons required for the Camptocamp Cloud Platform", "summary": "Addons required for the Camptocamp Cloud Platform",
"version": "17.0.2.0.0", "version": "18.0.2.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",
@@ -17,5 +17,5 @@
], ],
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": True,
} }
+2 -2
View File
@@ -5,7 +5,7 @@
{ {
"name": "Cloud Platform Azure", "name": "Cloud Platform Azure",
"summary": "Addons required for the Camptocamp Cloud Platform on Azure", "summary": "Addons required for the Camptocamp Cloud Platform on Azure",
"version": "17.0.1.0.0", "version": "18.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",
@@ -20,5 +20,5 @@
], ],
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": True,
} }
+2 -2
View File
@@ -3,7 +3,7 @@
{ {
"name": "JSON Logging", "name": "JSON Logging",
"version": "17.0.1.0.0", "version": "18.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",
@@ -15,5 +15,5 @@
}, },
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": True,
} }
+1 -1
View File
@@ -4,7 +4,7 @@
{ {
"name": "Monitoring: Requests Logging", "name": "Monitoring: Requests Logging",
"version": "17.0.1.0.0", "version": "18.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",
+2 -2
View File
@@ -4,7 +4,7 @@
{ {
"name": "Monitoring: Prometheus Metrics", "name": "Monitoring: Prometheus Metrics",
"version": "17.0.1.0.0", "version": "18.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",
@@ -18,5 +18,5 @@
"external_dependencies": { "external_dependencies": {
"python": ["prometheus_client"], "python": ["prometheus_client"],
}, },
"installable": False, "installable": True,
} }
+1 -1
View File
@@ -4,7 +4,7 @@
{ {
"name": "Monitoring: Statsd Metrics", "name": "Monitoring: Statsd Metrics",
"version": "17.0.1.0.0", "version": "18.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",
+2 -2
View File
@@ -4,12 +4,12 @@
{ {
"name": "Monitoring: Status", "name": "Monitoring: Status",
"version": "17.0.1.0.0", "version": "18.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": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": True,
} }
+1 -1
View File
@@ -8,7 +8,7 @@ import werkzeug
from odoo import http from odoo import http
from odoo.addons.web.controllers.main import ensure_db from odoo.addons.web.controllers.utils import ensure_db
class HealthCheckFilter(logging.Filter): class HealthCheckFilter(logging.Filter):
+1 -1
View File
@@ -15,5 +15,5 @@
}, },
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [], "data": [],
"installable": False, "installable": True,
} }
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
"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": "17.0.1.0.0", "version": "18.0.1.0.0",
"category": "Tests", "category": "Tests",
"author": "Camptocamp,Odoo Community Association (OCA)", "author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform", "website": "https://github.com/camptocamp/odoo-cloud-platform",