9 lines
372 B
XML
9 lines
372 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="web_decimal_style.FloatField" t-inherit="web.FloatField" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//span[@t-if='props.readonly']" position="replace">
|
|
<span t-if="props.readonly" t-out="formattedValue" />
|
|
</xpath>
|
|
</t>
|
|
</templates>
|