Hello, here it is the line taht display the qty available in stock of a product in the product kanban view
<li t-if="record.type.raw_value == 'product'">On hand: <field name="qty_available"/> <field name="uom_id"/></li>
Is there a way to add a second line to display the stock in an another unit, by dividing the value <field name="qty_available"/> by the value of <field name="uom_id.factor"/>
JUST in the XML file !! ??
Thanks a lot.