Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3863 Lượt xem

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

Thanks Larry

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 25
1903
2
thg 11 24
7518
2
thg 10 24
4182
2
thg 8 24
2349
3
thg 7 24
8814