Skip to content

Commit

Permalink
[IMP] Improved Code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikul-serpentcs committed Nov 24, 2018
1 parent 8a73583 commit ef7f207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_order_line_sequence/views/report_saleorder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<odoo>

<template id="report_saleorder_document_sequence" inherit_id="sale.report_saleorder_document">
<xpath expr="//table[hasclass('table', 'table-condensed')]/thead/tr/th[1]" position="before">
<xpath expr="//table[hasclass('table', 'table-sm')]/thead/tr/th[1]" position="before">
<th><strong>Sequence</strong></th>
</xpath>
<xpath expr="//table[hasclass('table', 'table-condensed')]/tbody/t[1]/t[2]/tr[1]/td[1]" position="before">
<xpath expr="//table[hasclass('table', 'table-sm')]/tbody/t[1]/t[2]/tr[1]/td[1]" position="before">
<td>
<span t-field="l.sequence2"/>
</td>
Expand Down

0 comments on commit ef7f207

Please sign in to comment.