I am managing several databases with a same Odoo instance. It is desirable to me, to have available an addons_path item, to one database, but not to the others. For example:
addons_path = /opt/odoo/old-addons,/opt/odoo/odoo/addons [...]
so that old-addons are only visible to one database but not to others. Is there a way to do this?