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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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" >
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
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 :)