Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
8580 Zobrazení

At the login, you can choose which database to go in to. You could have two copies of a database. One for testing, one for production. Once logged in, how can you tell which database you're in? Is it displayed somewhere in the interface?

Avatar
Zrušit
Nejlepší odpověď

There are two ways:

1.You will find your database name beside your user name after activate the debug mode

2.Go to web/addons/web/static/src/js/chrome.js commet this line

  //if(instance.session.debug)
    topbar_name = _.str.sprintf("%s (%s)", topbar_name, instance.session.db);

You will keep the database name without the debug mode.

Avatar
Zrušit

any way to active it without the debug mode? like modifiying a line of code somewhere in web module?

@Felipe yes. you can modify the js script.

Nejlepší odpověď

What I have done to get around this problem is to create two bookmarks (or favorites if you're stuck with IE), each one with the database embedded in the URL:

http: //my.openerp.server/?db=Production#

and

http: //my.openerp.server/?db=Testing#

That way a quick glance at the address bar tells me which database I am in.

(My apologies for the broken urls -- apparently I don't have enough karma to post links. sigh)

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
4
čvc 24
33918
1
bře 15
7504
6
čvc 24
82776
1
čvc 24
22940
0
zář 18
2697