mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on sales report
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<th 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">
|
||||||
<td><span t-esc="i+1"/></td>
|
<td><span t-esc="i"/></td>
|
||||||
<td><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">
|
||||||
|
|||||||
Reference in New Issue
Block a user