work on report

This commit is contained in:
sonal arora
2020-09-23 09:17:30 +05:30
parent 4ffc54b9ec
commit bfcffc1db7
2 changed files with 7 additions and 4 deletions

View File

@@ -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 &amp; 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>

View File

@@ -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 &amp; 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">