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

Guys, is it possible to create a fields which will not display characters while typing ?

Password like field. Dots or something instead ?

It seems that it is just impossible right ?

Must create a widget or something i guess.

아바타
취소

If this is the answer it means that I'm s.........omehow blind :) Tried all other like type="password", widget="password" :)

Thank you Ray :)

Up vote for you :)

베스트 답변

Where have you seen a place in Odoo where you type something in and see ****** ?

Perhaps the login page, the email server configuration page, payment acquirers etc?

Each uses the password attribute to mask passwords entered by users.

<field name"sensitive_field" password="True" >


아바타
취소