Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
8257
查看
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?