Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
3876 Näkymät

Running Odoo 8, how can I determine the name of the database I am connected to (logged on to)?

Thanks Larry

Avatar
Hylkää
Paras vastaus

Hi Larry,

-> You can find database name in url like this: http://localhost:8069/?db=test_db

-> You can try this one also:

Start your db in degub mode. Go to Right top corner -> About OpenERP -> (click on ) Activate the developer mode.

Then you can see database name in which you are currently logged in.

-> There is a way to display Database Name without debug mode.

Go to web/addons/web/static/src/js/chrome.js: line 1108 and remove/comment

if(instance.session.debug)

from do_update method.

After this you can see Database Name without debug mode.

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
heinäk. 25
1918
2
marrask. 24
7567
2
lokak. 24
4212
2
elok. 24
2374
3
heinäk. 24
8828