This question has been flagged
2923 Views

In a Ubuntu 16.04 sever I installed Odoo 8 on virtualenv following this guide:

https://odoo-community.org/blog/oca-news-1/post/installing-oca-addons-the-easy-way-32

As the guide says: with odoo-autodiscover "There is no need to specify any addons-path".


Starting the server, in the logs I can see this addons paths:

addons paths: ['/opt/odoo/.local/share/Odoo/addons/8.0', u'/opt/odoo/env-odoo-8/local/lib/python2.7/site-packages/openerp/addons', '/opt/odoo/env-odoo-8/local/lib/python2.7/site-packages/odoo_addons', '/opt/odoo/env-odoo-8/lib/python2.7/site-packages/odoo_addons']


My question is: which is the directory for my custom oddons?

I have tried, for example, .local/share/Odoo/addons/8.0 but with no success.


TIA

Avatar
Discard