mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] New module web_disable_browser_autocomplete
This commit is contained in:
8
web_disable_browser_autocomplete/static/src/xml/base.xml
Normal file
8
web_disable_browser_autocomplete/static/src/xml/base.xml
Normal 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>
|
||||
Reference in New Issue
Block a user