mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-21 20:29:06 +02:00
invoice report
This commit is contained in:
@@ -55,14 +55,14 @@
|
||||
</xpath>
|
||||
<xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="before">
|
||||
<th style="background-color:#3498DB !important;color:#FFF">S.No</th>
|
||||
<th style="background-color:#3498DB !important;color:#FFF">Code</th>
|
||||
<!-- <th style="background-color:#3498DB !important;color:#FFF">Code</th> -->
|
||||
</xpath>
|
||||
<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">
|
||||
<t t-esc="seq_move"></t>
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/> -->
|
||||
<td><span t-esc="l.product_id.default_code"/></td>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
|
||||
Reference in New Issue
Block a user