Skip to content

Commit 9047ed4

Browse files
alfredoavanzoscanajuaristi
authored andcommitted
[16.0][IMP] mrp_production_stencil_product: In report show the internal reference of the stencil product.
1 parent 2fac145 commit 9047ed4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mrp_production_stencil_product/report/mrp_production_report.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
<th class="text-end"><strong>Quantity</strong></th>
1414
</tr>
1515
<tr t-foreach="o.stencil_product_ids" t-as="line">
16-
<td class="text-start"><span
17-
t-field="line.product_id.name"
18-
/></td>
16+
<td class="text-start"><span t-field="line.product_id" /></td>
1917
<td class="text-start"><span
2018
t-field="line.location_id.name"
2119
/></td>

0 commit comments

Comments
 (0)