Hello
I m currently using odoo 16.0 enterprise
i currently have a production server that wasnt installed by me , which seems to be installed from source with a patchwork of paths to addons :
addons_path=/opt/odoo/enterprise,/opt/odoo/odoo/addons,/opt/odoo/plugins/sym_links
whatever i add is working but i m lacking a ton of addons that should be found in /opt/odoo/odoo/addons, i have 0 theme installed instead of all the bases one
To test i installed a new server from scratch with official enterprise binary
but i have the same issue if i try to change the addon path :
addons_path = /usr/lib/python3/dist-packages/odoo/addons,/home/odoo/my_addons
to add some new modules.
it break the basic theme of my odoo when i restart the server.
what am i doing wrong or not understanding ?