invoice report

This commit is contained in:
sonal arora
2020-09-16 00:13:27 +05:30
parent c138def11f
commit 62fead3ca8

View File

@@ -54,16 +54,16 @@
<span t-esc="o.note"/> <span t-esc="o.note"/>
</xpath> </xpath>
<xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="before"> <xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="before">
<th class="text-right" style="background-color:#3498DB !important;color:#FFF">S.No</th> <th style="background-color:#3498DB !important;color:#FFF">S.No</th>
<th class="text-right" style="background-color:#3498DB !important;color:#FFF">Code</th> <th style="background-color:#3498DB !important;color:#FFF">Code</th>
</xpath> </xpath>
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before"> <xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before">
<t t-set="seq_move" t-value="1"/> <t t-set="seq_move" t-value="1"/>
<td colspan="2" class="text-right"> <td colspan="2">
<t t-esc="seq_move"></t> <t t-esc="seq_move"></t>
</td> </td>
<t t-set="seq_move" t-value="seq_move+1"/> <t t-set="seq_move" t-value="seq_move+1"/>
<td class="text-right"><span t-esc="l.product_id.default_code"/></td> <td><span t-esc="l.product_id.default_code"/></td>
</xpath> </xpath>
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after"> <xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
<p>E &amp; OE</p><br/> <p>E &amp; OE</p><br/>