I am trying to add folder to the addons_path line on my config file and I get a display error (see screenshot).
Screenshot: https://postimg.org/image/8ypgjm3tp/
Here is my config file:
[options]; This is the password that allows database operations:
admin_passwd = ***
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /usr/lib/python2.7/dist-packages/openerp/addons,/opt/odoo/addons
My /opt/odoo/addons folder is set to :
drwxr-xr-x 4 odoo odoo 4096 Sep 28 09:31 .
drwxr-xr-x 3 odoo odoo 4096 Sep 28 09:31 ..
drwxr-xr-x 3 odoo odoo 4096 Sep 28 09:41 addons
drwxr-xr-x 2 odoo odoo 4096 Sep 28 09:31 custom_addons
I don't know what else I should do..
Any idea?