Hi everybody,
I have 4 databases,
I want to select by default the databse named **TEST** and hide others, otherwise hide the button of databases.
I set these parameters :
db_name = 'TEST'
dbfilter = 'TEST'
list_db = False
Without succes, I can get TEST by default but the button is visible.
For olders there is something like :
dbbutton.visible = True
But what about OERP7 ?
↧