Jun 9, 2014

activate im openerp 8

previously, on version 7, im already running (http://febru.soluvas.com/2013/09/how-to-activate-instant-messaging-on.html)

now, i want to share how to activate im in openerp 8.

first install your openerp 8. (http://febru.soluvas.com/2014/03/install-openerp-8-ubuntu-1310.html )

once you logged in, install im module on setting menu.

then do this :

download
    https://pypi.python.org/packages/source/p/psycogreen/psycogreen-1.0.tar.gz
extract
    tar xvvf psycogreen-1.0.tar.gz
    cd psycogreen-1.0
install
    python setup.py install
    easy_install greenlet
    easy_install gevent-psycopg2
    apt-get install python-all-dev
    apt-get install libevent-dev
Running
    openerp-gevent --config=/openerp8/install/openerp-server.conf




activate im openerp 8


Read more ...