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.
7 lines
359 B
7 lines
359 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="TaskTimerTemplate" owl="1">
|
|
<span t-if="props.readonly" t-esc="durationFormatted"/>
|
|
<input t-else="" t-att-id="props.id" t-ref="numpadDecimal" t-att-placeholder="props.placeholder" inputmode="numeric" class="o_input" />
|
|
</t>
|
|
</templates>
|
|
|