mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Merge pull request #502 from cyrilmanuel/mig-logging_json
[MIG] logging_json: Migration to 19.0
This commit is contained in:
@@ -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/|
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# generated from manifests external_dependencies
|
||||||
|
python-json-logger
|
||||||
Reference in New Issue
Block a user