[IMP] Show product_uom_qty instead of normalized quantity in mrp order report

This commit is contained in:
Josse Colpaert 2014-11-21 13:10:02 +01:00
parent ad98da68f3
commit 8f20351ef5
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
<span t-field="line.product_id.name"/>
</td>
<td class="text-right">
<span t-field="line.product_qty"/>
<span t-field="line.product_uom_qty"/>
<span t-field="line.product_uom.name" groups="product.group_uom"/>
</td>
<td class="text-center" groups="stock.group_locations">
@ -112,7 +112,7 @@
<span t-field="line2.product_id.name"/>
</td>
<td class="text-right">
<span t-field="line2.product_qty"/>
<span t-field="line2.product_uom_qty"/>
<span t-field="line2.product_uom.name"/>
</td>
<td class="text-center" groups="stock.group_locations">