[FIX] doc: mention psycogreen dependency for gevent worker

This commit is contained in:
Olivier Dony 2017-09-05 01:35:08 +02:00
parent 8e6f65b469
commit 53bd1266b6
No known key found for this signature in database
GPG Key ID: CD556E25E8A6D0D4
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@ Instead you must have a proxy redirecting requests whose URL starts with
``/longpolling/`` to the longpolling port. Other request should be proxied to
the :option:`normal HTTP port <odoo.py --xmlrpc-port>`
.. warning:: The livechat worker requires the ``psycogreen`` Python module,
which is not always included with all installation packages.
It can be manually installed with ``pip install psycogreen``.
Odoo as a WSGI Application
==========================