Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8205 มุมมอง

Show the name of database I'm currently logged in odoo12

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?