Skip to content

Commit

Permalink
BAH-3776 | Fix. Serial number alignment issue in Accounting/Invoices …
Browse files Browse the repository at this point in the history
…Views (#161)
  • Loading branch information
mohan-13 authored Apr 26, 2024
1 parent cc3e56f commit ddeba1a
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<xpath expr="//table/thead/tr/th[@t-if='hasSelectors']" position="before">
<th>Sl No</th>
</xpath>
<xpath expr="//table/tfoot/tr/td[1]" position="before">
<td></td>
</xpath>
</t>
<t t-name="br_custom_list_view.AccountRenderer" t-inherit="account.ListRenderer" t-inherit-mode="extension" owl="1">
<xpath expr="//table/thead/tr/th[@t-if='hasSelectors']" position="before">
<th>Sl No</th>
</xpath>
<xpath expr="//table/tfoot/tr/td[1]" position="before">
<td></td>
</xpath>
</t>
<t t-name="br_custom_list_view.add_number" t-inherit="web.ListRenderer.Rows" t-inherit-mode="extension" owl="1">
<xpath expr="//t[@t-foreach='list.records']" position="before">
Expand All @@ -20,4 +31,4 @@
</td>
</xpath>
</t>
</templates>
</templates>

0 comments on commit ddeba1a

Please sign in to comment.