You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
364 B

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="FieldTimePicker" owl="1">
<!-- FieldTimePicker template to add input field-->
<div class="input-group timepicker-component">
<input type="time" class="time-input" t-ref="input_time" t-on-blur="onBlur"/>
</div>
</t>
</templates>