在OpenERP8.0中如何激活及时通讯功能im

How to activate chat (im) in v8 (trunk)

I know its already answered that chat (im) is only available from v8, but I have trunk running and the im and im_livechat modules installed, I can create channels, and insert the code in my website, but the chat icon keeps saying "Instant Messaging is not activated on this server."

How do you activate IM?

Thanks.

2 Answers Sort by » oldestnewestmost voted

1

answered Jul 3 '13

Felipe

216 ● 1 ● 12

First you need to install gevent

apt-get install python-gevent

Then install gevent_psycopg2 I installed this one

https://pypi.python.org/pypi/gevent-psycopg2

Then you need to start the server with --gevent

openerp-server --gevent

the server will be launched in port :8072

server helps mentions this about gevent option "Activate the GEvent mode, this also desactivate the cron."

原文地址:https://www.cnblogs.com/chjbbs/p/3513223.html