mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
invoice report
This commit is contained in:
@@ -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 & OE</p><br/>
|
<p>E & OE</p><br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user