Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
8152
瀏覽次數
also user name and password
hello,
into odoo 12 there is already the database name is display into the top right corner. Active the developer mode.
if you want to get db name using the python code, then write self.env.cr.dbname into your python method.
do you know how to show db name on login page?