Files
session_redis_public/session_redis/__manifest__.py
T
Denis Leemann a8b4b251ef Update manifest files to be consistent inbetween them
The main goal is to be able to easily do grep and sed when we
do mass update on them
2021-10-18 13:08:30 +02:00

19 lines
472 B
Python

# Copyright 2016-2021 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": "15.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Extra Tools",
"depends": ["base"],
"external_dependencies": {
"python": ["redis"],
},
"website": "http://www.camptocamp.com",
"data": [],
"installable": True,
}