mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-28 02:31:35 +02:00
invoice report
This commit is contained in:
@@ -28,13 +28,17 @@
|
||||
<strong>Sale Code:</strong>
|
||||
<span t-esc="o.invoice_origin"/>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/div[3]" position="after">
|
||||
<xpath expr="//div[@style='padding-top:50px;']" position="after">
|
||||
<span>NOTE:</span><br/>
|
||||
<!-- <span t-esc="o.note"/> -->
|
||||
<span t-esc="o.note"/>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/div[2]/table/thead//tr/th[1]" position="before">
|
||||
<th>S.No</th>
|
||||
<th>Code</th>
|
||||
<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>
|
||||
</xpath>
|
||||
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before">
|
||||
<td></td>
|
||||
<td></td>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
<p>E & OE</p><br/>
|
||||
|
||||
Reference in New Issue
Block a user