I want my odoo.conf only to show database related to the Odoo version currently running in my pycharm, but I see all.
Of course, db from a different version shows an alert icon, since the current settings running can not open them.
When working in localhost, I usually work with different Odoo DB, some from V12, some from V14, etc..
All db usually have different names, since I use clients backup with its date in the name.
Ex: db2506, abc0105, odoo14, odoo12, land0105, etc.
I have one odoo.conf for each version, I used a different http_port for each, since both works on localhost.
I tried changing http_interface to 127.0.0.1 for one of them.
I have seen the dbfilter option, but it only work on domains..
Is there a way to do this?