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
+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