This question has been flagged
2 Replies
4445 Views

How do i use instant messaging in Openerp ? I installed the live_chat module and when i click on the chat button, i am getting the warning 'Instant Messaging is not activated on this server'.

Avatar
Discard
Author Best Answer

Please follow the steps to run instant messaging:

step 1: sudo apt-get install python-gevent AND sudo pip install gevent-psycopg2

step 2: Install module 'im'.

step 3: run the server as './openerp-server --gevent'

Avatar
Discard
Best Answer

Try the answer given here: https://accounts.openerp.com/forum/Help-1/question/22521/ Note that after setting --gevent parameter OpenERP will run in port 8072 instead of 8069 so when you access your openERP write [your.ip]:8072

Avatar
Discard