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.
15 lines
768 B
15 lines
768 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<!-- Override the 'FormLabel' template -->
|
|
<t t-name="edit_label.FormLabel" t-inherit="web.FormLabel"
|
|
t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//label[hasclass('o_form_label')]" position="replace">
|
|
<label class="o_form_label" t-att-for="props.id"
|
|
t-att-class="className" t-on-dblclick="onDblClick">
|
|
<t t-esc="props.string"/>
|
|
<sup class="btn-link p-1" t-if="hasTooltip"
|
|
t-att="{'data-tooltip-template': 'web.FieldTooltip', 'data-tooltip-info': tooltipInfo, 'data-tooltip-touch-tap-to-show': 'true'}">?</sup>
|
|
</label>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|