Skip to content

Commit 41146ee

Browse files
authored
Merge pull request #488 from camptocamp/15.0-fix-session_redis
[15.0][FIX] session_redis: add incompatibility to auth_session_timeout
2 parents 2913323 + 278c59d commit 41146ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

session_redis/__manifest__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"license": "AGPL-3",
1111
"category": "Extra Tools",
1212
"depends": ["base"],
13+
"excludes": [
14+
# OCA/server-auth
15+
"auth_session_timeout",
16+
],
1317
"external_dependencies": {
1418
"python": ["redis"],
1519
},

0 commit comments

Comments
 (0)