[ADD] New module web_disable_browser_autocomplete

This commit is contained in:
Renato Lima
2020-06-17 16:58:14 -03:00
committed by Renato Lima
parent e528c12926
commit a7e287e2e7
13 changed files with 568 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?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>