I'm trying to enable longpolling. But when I enable workers I get only errors in log that a field that was custom added does not exist or that dependencies are not met. Like it cannot read my custom addons folder.
Has any one had such an weird problem before?
I've configured longpolling from this "guide"
\https://odoo-development.readthedocs.io/en/latest/admin/longpolling.html
and on the other server it works.
OK, I think I know what the problem I installed gevent and psycogreen without sudo and the gevent is started from the python from the /usr/bin/python and I doubt that it has permissions to read the config file.