コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3862 ビュー

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

Thanks Larry

アバター
破棄
最善の回答

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.

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 25
1902
2
11月 24
7513
2
10月 24
4182
2
8月 24
2349
3
7月 24
8814