work on report

This commit is contained in:
sonal arora
2020-09-16 12:51:18 +00:00
3 changed files with 26 additions and 15 deletions

View File

@@ -53,16 +53,16 @@
<span>NOTE</span><br/>
<span t-esc="o.note"/>
</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>
<xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="after">
<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"/>
<td>
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="after">
<!-- <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">