From 4f118264de6085b264a7a749010091485671fe59 Mon Sep 17 00:00:00 2001 From: Mike Mugge Date: Wed, 24 Oct 2018 09:07:06 -0600 Subject: [PATCH] fix spelling and grammar --- session_db/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_db/__manifest__.py b/session_db/__manifest__.py index d805980f..d249eb20 100644 --- a/session_db/__manifest__.py +++ b/session_db/__manifest__.py @@ -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