Merge pull request #461 from gdgellatly/16.0-gdg-monitoring_log_requests

[MIG] Monitoring Log Requests v16
This commit is contained in:
Alexandre Fayolle
2024-08-27 11:39:50 +02:00
committed by GitHub
co-authored by GitHub
+2 -2
View File
@@ -4,12 +4,12 @@
{ {
"name": "Monitoring: Requests Logging", "name": "Monitoring: Requests Logging",
"version": "15.0.1.0.0", "version": "16.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",
"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,
} }