Files
Odoo-Modules/fusion_inventory/static/src/xml/margin_widget.xml
gsinghpal e9cf75ee48 changes
2026-03-14 12:04:20 -04:00

11 lines
355 B
XML

<?xml version="1.0" encoding="utf-8"?>
<templates xml:space="preserve">
<t t-name="fusion_inventory.MarginPercentField" t-inherit="web.FloatField" t-inherit-mode="extension">
<xpath expr="//span[hasclass('o_field_float')]" position="after">
<span class="ms-1 text-muted fw-normal">%</span>
</xpath>
</t>
</templates>