Skip to Content
Menu
This question has been flagged

working with odoo, trying to implement a newer odoo version (17) after I've been working on version 15 for all my previous projects, so I passed this command:

odoo -c odoo17.conf -d odoo17-db -r odoo17-user -w False --addons-path="./odoo/addons,./odoo/odoo/addons" --save --stop

I expected it to use only those addon paths but odoo server log output printed: INFO ? odoo: addons paths: ['/home//work15/odoo/odoo/addons', '/home//.local/share/Odoo/addons/15.0', '/home//work17/odoo/addons', '/home//work17/odoo/odoo/addons']


my question is why it added those 2 addon paths linked to odoo version 15? how can I prevent it from doing so?

Note that I deleted my .odoorc file and still encountering the same problem

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 24
726
4
Mar 24
2696
0
Jan 24
31
2
Aug 20
23363
1
Apr 25
105