mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Merge pull request #488 from camptocamp/15.0-fix-session_redis
[15.0][FIX] session_redis: add incompatibility to auth_session_timeout
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Extra Tools",
|
"category": "Extra Tools",
|
||||||
"depends": ["base"],
|
"depends": ["base"],
|
||||||
|
"excludes": [
|
||||||
|
# OCA/server-auth
|
||||||
|
"auth_session_timeout",
|
||||||
|
],
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": ["redis"],
|
"python": ["redis"],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user