Skip to content
Snippets Groups Projects
Commit 042298f8 authored by Josean Soroa's avatar Josean Soroa Committed by Nicolas Martinelli
Browse files

[FIX] mrp: float formatting


Correctly format the `product_uom_qty` with the appropriate widget.

opw-2382517

closes odoo/odoo#62065

Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 7cc26b83
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@
<span t-field="raw_line.product_id"/>
</td>
<td t-attf-class="{{ 'text-right' if not has_product_barcode else '' }}">
<span t-esc="raw_line.product_uom_qty"/>
<span t-field="raw_line.product_uom_qty"/>
<span t-field="raw_line.product_uom" groups="uom.group_uom"/>
</td>
<td t-if="has_product_barcode" width="15%" class="text-center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment