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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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.
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.
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)
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 7 24
|
33918 | ||
|
1
thg 3 15
|
7535 | ||
|
6
thg 7 24
|
82868 | ||
|
1
thg 7 24
|
22973 | ||
|
0
thg 9 18
|
2732 |