Is it possible to disable autocomplete for sensitive data on odoo? if yes, which config file is related to this operation? what is the parameters that has to be changed in order to achieve this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
4
Replies
6165
Tampilan
Hi Muhammad,
You can simply use autocomplete = "off" attribute like below.
<field name = "password" autocomplete = "off" />
Thank you.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Jun 23
|
2193 | ||
Autocomplete input on frontend
Diselesaikan
|
|
1
Okt 22
|
4676 | |
|
2
Des 20
|
6116 | ||
|
8
Feb 20
|
5559 | ||
Add fields for autocomplete function in search view
Diselesaikan
|
|
1
Jan 24
|
15544 |
I didn't see any autocomplete field in Odoo, Could you please give us an example?
I think the auto fill related to your browser, If you are using google chrome, there is a setting to stop auto fill.
@waleed Mohsen, I have odoo installed on premise, it is not a browser issue, since the autocomplete works for passwords for example regardless what the browser is. Moreover, it is not even stored within browser memory.
I'm using Odoo on premises as well, the passwords saved either in browser (most of browsers have a features to save passowrds) or you have another app installed in your machine which save passwords and integrated with browsers using addons.
Since the passwords not stored in browser, try to use incognito window chrome and let me know the results.