콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8380 화면

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?