From 4897d853a0036ef1d565d59116d13e066c127d5b Mon Sep 17 00:00:00 2001 From: Patrick Tombez Date: Tue, 3 Nov 2020 10:03:18 +0100 Subject: [PATCH] [MIG] session_redis: Migration to 14.0 --- session_redis/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index d233faa..5b7015b 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -4,7 +4,7 @@ {'name': 'Sessions in Redis', 'summary': 'Store web sessions in Redis', - 'version': '13.0.1.0.0', + 'version': "14.0.1.0.0", 'author': 'Camptocamp,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'Extra Tools', @@ -14,5 +14,5 @@ }, 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': False, + 'installable': True, }