Skip to content

Commit

Permalink
Merge PR #284 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 1, 2024
2 parents 9c336f4 + 34a0498 commit fa4c3c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sale_order_line_position/report/sale_order_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<template
id="report_saleorder_document"
inherit_id="sale.report_saleorder_document"
priority="1"
>
<xpath expr="//table/thead/tr/th[@name='th_description']" position="before">
<th class="text-left">Pos</th>
<th class="text-start">Pos</th>
</xpath>
<xpath
expr="//table/tbody[hasclass('sale_tbody')]//td[@name='td_name']"
position="before"
>
<td>
<span t-field="line.position" />
<span t-field="line.position_formatted" />
</td>
</xpath>
</template>
Expand Down

0 comments on commit fa4c3c2

Please sign in to comment.