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",
"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, "
"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"],
}
+2 -2
View File
@@ -2,7 +2,7 @@ from . import models
from odoo.http import Stream
old_from_attachment = Stream.from_attachment
old_from_attachment = Stream.as_attachment
@classmethod
@@ -23,4 +23,4 @@ def from_attachment(cls, 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",
"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)",
"license": "AGPL-3",
"category": "Knowledge Management",
"depends": ["base"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": ["data/res_config_settings_data.xml"],
"installable": False,
"installable": True,
"auto_install": True,
}
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "Base FileURL Field",
"summary": "Implementation of FileURL type fields",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Technical Settings",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform",
+2 -2
View File
@@ -5,7 +5,7 @@
{
"name": "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)",
"license": "AGPL-3",
"category": "Extra Tools",
@@ -17,5 +17,5 @@
],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
"installable": True,
}
+2 -2
View File
@@ -5,7 +5,7 @@
{
"name": "Cloud Platform 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)",
"license": "AGPL-3",
"category": "Extra Tools",
@@ -20,5 +20,5 @@
],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
"installable": True,
}
+2 -2
View File
@@ -3,7 +3,7 @@
{
"name": "JSON Logging",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Extra Tools",
@@ -15,5 +15,5 @@
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
"installable": True,
}
+1 -1
View File
@@ -4,7 +4,7 @@
{
"name": "Monitoring: Requests Logging",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Numigi,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
+2 -2
View File
@@ -4,7 +4,7 @@
{
"name": "Monitoring: Prometheus Metrics",
"version": "17.0.1.0.0",
"version": "18.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,
}
+1 -1
View File
@@ -4,7 +4,7 @@
{
"name": "Monitoring: Statsd Metrics",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
+2 -2
View File
@@ -4,12 +4,12 @@
{
"name": "Monitoring: Status",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
"depends": ["base", "web"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
"installable": True,
}
+1 -1
View File
@@ -8,7 +8,7 @@ import werkzeug
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):
+1 -1
View File
@@ -15,5 +15,5 @@
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": False,
"installable": True,
}
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "test base fileurl fields",
"summary": """A module to verify fileurl field.""",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Tests",
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/camptocamp/odoo-cloud-platform",