<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="uom.Many2OneUomField">
        <UomMany2One t-props="m2oProps">
            <t t-set-slot="autoCompleteItem" t-slot-scope="autoCompleteItemScope">
                <t t-if="autoCompleteItemScope.record?.relative_info">
                    <div class="uom_autocomplete_grid">
                        <span t-out="autoCompleteItemScope.label"/>
                        <div t-esc="autoCompleteItemScope.record.relative_info" class="text-muted"/>
                    </div>
                </t>
                <t t-else="">
                    <span t-out="autoCompleteItemScope.label"/>
                </t>
            </t>
        </UomMany2One>
    </t>

</templates>
