feat: add 18.0 sessions_redis migration

This commit is contained in:
vrenaville
2024-11-15 10:36:13 +01:00
parent 471fe15b2b
commit da9918aee0
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"python": ["azure-storage-blob", "azure-identity"],
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"installable": True,
"installable": False,
"development_status": "Beta",
"maintainers": ["max3903"],
}
@@ -12,6 +12,6 @@
"depends": ["base"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": ["data/res_config_settings_data.xml"],
"installable": True,
"installable": False,
"auto_install": True,
}
+1 -1
View File
@@ -17,5 +17,5 @@
],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -20,5 +20,5 @@
],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -15,5 +15,5 @@
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -18,5 +18,5 @@
"external_dependencies": {
"python": ["prometheus_client"],
},
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -11,5 +11,5 @@
"depends": ["base", "web"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
"installable": False,
}
+3 -3
View File
@@ -1,11 +1,11 @@
# Copyright 2016-2021 Camptocamp SA
# Copyright 2016-2024 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Sessions in Redis",
"summary": "Store web sessions in Redis",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Extra Tools",
@@ -15,5 +15,5 @@
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
"installable": False,
}
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2016-2019 Camptocamp SA
# Copyright 2016-2024 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import logging
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2016-2020 Camptocamp SA
# Copyright 2016-2024 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import json
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2016-2019 Camptocamp SA
# Copyright 2016-2024 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import json