web_decimal_style/static/src/views/fields/float_field.xml
2026-01-03 10:15:56 +07:00

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>