[MIG] logging_json: Migration to 19.0

This commit is contained in:
cyrilmanuel
2025-10-03 07:49:21 +02:00
parent f00d54e501
commit 700872bf1e
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