Merge pull request #502 from cyrilmanuel/mig-logging_json

[MIG] logging_json: Migration to 19.0
This commit is contained in:
Denis Leemann
2025-11-28 08:34:23 +01:00
committed by GitHub
co-authored by GitHub
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ exclude: |
# NOT INSTALLABLE ADDONS # NOT INSTALLABLE ADDONS
^base_fileurl_field/| ^base_fileurl_field/|
^cloud_platform/| ^cloud_platform/|
^logging_json/|
^monitoring_log_requests/| ^monitoring_log_requests/|
^monitoring_prometheus/| ^monitoring_prometheus/|
^monitoring_statsd/| ^monitoring_statsd/|
+2 -2
View File
@@ -3,7 +3,7 @@
{ {
"name": "JSON Logging", "name": "JSON Logging",
"version": "18.0.1.0.0", "version": "19.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,
} }
+2
View File
@@ -0,0 +1,2 @@
# generated from manifests external_dependencies
python-json-logger