[FIX] session_redis: add required option 'post_load' for server wide addon

This commit is contained in:
Andreas Perhab
2020-04-07 11:26:33 +02:00
parent 2b6045e33b
commit 7c700c7b76
+1
View File
@@ -16,4 +16,5 @@
'website': 'http://www.camptocamp.com', 'website': 'http://www.camptocamp.com',
'data': [], 'data': [],
'installable': True, 'installable': True,
'post_load': False,
} }