If i remove the 'Databases' button, how would I access the functionality?

Asked by Kevin Beckford

We would like to remove the databases button from the login screen of the web client. That is done via the configuration. When we do that though, how do we then access that functionality?

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Web Client Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Nhomar - Vauxoo (nhomar) said :
#1

Trought the gtk-client!, or changing this atrtribute again in the middle you
need to create_delete_ a DB....

regards

Revision history for this message
Kevin Beckford (chiggsy) said :
#2

So if i change the provided setting, in the openerp-web.cfg file"

dbbutton.visible = False

then I have no way to access that functionality besides accessing my web client's configuration file, and restarting it? There is no other way?

Revision history for this message
Parthiv Patel (parthiv-patel-deactivatedaccount) said :
#3

Hi,

There are some other tricky ways to doing the same.

1. Using GTK Client as Nhomar mentioned, You can create new database.

2. Go to command shell and do the following.

 createdb mydb --encoding=utf-8

./openerp-server.py -i base -d mydb

Regards,
Parthiv

Revision history for this message
Amit Mendapara (cristatus) said :
#4

You can still access the Database admin interface on path `/database`. Just type `http://yourdomain.com/database` in your browser's addressbar.

Can you help with this problem?

Provide an answer of your own, or ask Kevin Beckford for more information if necessary.

To post a message you must log in.