diff --git a/doc/setup/deploy.rst b/doc/setup/deploy.rst index 9197afe839f..35d0d4705a3 100644 --- a/doc/setup/deploy.rst +++ b/doc/setup/deploy.rst @@ -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 ` +.. 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 ==========================