Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion session_db/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name': "Store sessions in DB",
'description': """
Storing sessions in DB
- workls only with workers > 0
- only works with workers > 0
- set the session_db parameter in the odoo config file
- session_db parameter value is a full postgresql connection string, like user:passwd@server/db
- choose another DB than the odoo db itself, for security purpose
Expand Down