mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
9 lines
282 B
XML
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>
|