When anonymous users go to my site's homepage they must select a database and then click on the home button.
Per old instructions for the portal, I have tried putting this in my init.d script . . .
DAEMON_OPTS="-c $CONFIGFILE --db-filter=hvn"
. . . it makes no difference. The user still has to choose the database.
I also tried a URL like this . . .
www.myserver.junk:8069/?db=hvn
. . . which is an improvement. Users are taken to the login page for OpenERP for database "hvn".
Is there a setting that forces OpenERP to present all users with the web site first when they provide only the URL and port (8069) with no other parameters? After all that is the normal behaviour for any CMS, no?