I am using Odoo v.8. I want to find out where Odoo finds information, where the modules are in order to download them. I know that there is an addons_path variable in the openerp-server.conf file. The only file I found the variable in is opt / odoo / odoo / debian / openerp-server.conf. It has the following meaning:
addons_path = /usr/lib/python2.7/dist-packages/openerp/addons
However, the Odoo application uses modules from the path "/ opt / odoo / odoo / addons". Where does Odoo retrieve this information? If I have a new directory with new modules, where can I update the path? I updated addons_path in opt / odoo / odoo / debian / openerp-server.conf with the new module pool, but Odoo still cannot see the modules in the "Settings / Update modules" list. I restarted the server.
Thank you for your help!
source share