mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 10:49:11 +02:00
work on report
This commit is contained in:
@@ -230,6 +230,9 @@
|
||||
<br/>
|
||||
<span>IFSC Code :</span>
|
||||
<span style="color:gray !important;" t-field="o.company_id.bank_account_id.ifsc"/>
|
||||
<span>E & OE</span><br/>
|
||||
<span>Print Date: <span t-esc="o.print_date"/></span><br/>
|
||||
<span>Printed by: <span t-esc="o.signed_by"/></span>
|
||||
<br/>
|
||||
|
||||
</p>
|
||||
|
||||
@@ -49,10 +49,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
<xpath expr="//div[@style='padding-top:50px;']" position="after">
|
||||
<!-- <xpath expr="//div[@style='padding-top:50px;']" position="after">
|
||||
<span>NOTE</span><br/>
|
||||
<span t-esc="o.note"/>
|
||||
</xpath>
|
||||
</xpath> -->
|
||||
<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> -->
|
||||
@@ -65,11 +65,11 @@
|
||||
<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">
|
||||
<!-- <xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
<p>E & OE</p><br/>
|
||||
<span>Print Date: <span t-esc="o.print_date"/></span><br/>
|
||||
<span>Printed by: <span t-esc="o.signed_by"/></span>
|
||||
</xpath>
|
||||
</xpath> -->
|
||||
</template>
|
||||
<template id="report_invoices_inherit2" inherit_id="bi_professional_reports_templates.classic_report_invoice_document">
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/div[1]" position="before">
|
||||
|
||||
Reference in New Issue
Block a user