Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3842 Представления

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.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июл. 25
1871
2
нояб. 24
7440
2
окт. 24
4148
2
авг. 24
2327
3
июл. 24
8796