This question has been flagged

I would like to setup an Odoo12-based e-commerce website and I noticed that default login screen has "Select database" dropdown displayed by default

Where should I modify the default login screen or add a new one for my custom theme to remove this field?

Avatar
Discard
Best Answer

You should not modify the code before reading the documentation. Please read the documentation about deploying Odoo and the dbfilter option to access a particular database directly by using a domain name: https://www.odoo.com/documentation/12.0/setup/deploy.html

Avatar
Discard
Best Answer

Hi, 

dbfilter = [^mydb].*$

I hope this is helpfull

Avatar
Discard