mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
[MIG] cloud_platform: enable on 19.0
This commit is contained in:
@@ -2,11 +2,9 @@ exclude: |
|
|||||||
(?x)
|
(?x)
|
||||||
# NOT INSTALLABLE ADDONS
|
# NOT INSTALLABLE ADDONS
|
||||||
^base_fileurl_field/|
|
^base_fileurl_field/|
|
||||||
^cloud_platform/|
|
|
||||||
^monitoring_log_requests/|
|
^monitoring_log_requests/|
|
||||||
^monitoring_prometheus/|
|
^monitoring_prometheus/|
|
||||||
^monitoring_statsd/|
|
^monitoring_statsd/|
|
||||||
^monitoring_status/|
|
|
||||||
^test_base_fileurl_field/|
|
^test_base_fileurl_field/|
|
||||||
# END NOT INSTALLABLE ADDONS
|
# END NOT INSTALLABLE ADDONS
|
||||||
# Files and folders generated by bots, to avoid loops
|
# Files and folders generated by bots, to avoid loops
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Cloud Platform",
|
"name": "Cloud Platform",
|
||||||
"summary": "Addons required for the Camptocamp Cloud Platform",
|
"summary": "Addons required for the Camptocamp Cloud Platform",
|
||||||
"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",
|
||||||
"depends": ["session_redis", "monitoring_status", "logging_json"],
|
"depends": ["session_redis", "monitoring_status", "logging_json"],
|
||||||
"website": "https://github.com/camptocamp/odoo-cloud-platform",
|
"website": "https://github.com/camptocamp/odoo-cloud-platform",
|
||||||
"installable": False,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user