Skip to content
Snippets Groups Projects
Commit 0099074a authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[MERGE] forward port branch 8.0 up to ce12a739

parents e4c7b118 ce12a739
No related branches found
No related tags found
No related merge requests found
......@@ -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
==========================
......
......@@ -85,7 +85,7 @@ CREATE TABLE ir_module_module (
website character varying(256),
summary character varying(256),
name character varying(128) NOT NULL,
author character varying(128),
author character varying,
icon varchar,
state character varying(16),
latest_version character varying(64),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment