This question has been flagged
1 Reply
2184 Views

Hello,

How to run 'openerp-connector-worker' script for odoo connector ? 

I follow this link : http://odoo-connector.com/9.0/fr/guides/multiprocessing.html 

Avatar
Discard
Best Answer

In linux, you edit file /etc/odoo/odoo.conf and add line

workers = value other than zero (if multiprocessing should be enabled)

see documentation, for example(version 9): https://www.odoo.com/documentation/9.0/setup/deploy.html

See the warning:

Warning

multiprocessing mode currently isn't available on Windows

Avatar
Discard