Skip to content

Commit

Permalink
[PATCH] [IMP] changed to show serial number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Bolen authored and ChrisOForgeFlow committed Oct 5, 2023
1 parent fb9d5ba commit 9e192b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rma/report/rma_report_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<strong t-if="doc.type=='customer'">Customer:</strong>
<strong t-if="doc.type=='supplier'">Supplier:</strong>
<div
t-field="doc.partner_id"
t-field="doc.delivery_address_id"
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
/>
</div>
Expand Down Expand Up @@ -226,7 +226,7 @@
t-if="print_lot_column"
>Lot/Serial Number</th>
<th class="text-right">Quantity</th>
<th class="text-right">Unit Price</th>
<th class="text-right">Serial Number</th>
</tr>
</thead>
<tbody>
Expand All @@ -242,7 +242,7 @@
<span t-field="l.uom_id" groups="uom.group_uom" />
</td>
<td class="text-right">
<span t-field="l.price_unit" />
<span t-field="l.lot_id.name" />
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9e192b9

Please sign in to comment.