I have a custom module where user has to enter password(s) for external services. Password field is named password and shown in password field like this:
<field name="password" password="True"/>
The problem is Chrome autofill that always tries to fill the field with user password to the Odoo itself. And this happens always, when a form is opened to edit mode. Is there any mechanism to prevent browser autofill mechanism with fields?