Files
web/web_disable_browser_autocomplete/static/src/xml/base.xml
2021-01-28 20:18:14 -03:00

9 lines
282 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="web.datepicker">
<t t-jquery=".o_datepicker_input" t-operation="attributes">
<attribute name="autocomplete">off</attribute>
</t>
</t>
</templates>