work on report

This commit is contained in:
sonal
2020-07-29 15:26:08 +05:30
parent edb675a236
commit 09365d794e

View File

@@ -27,8 +27,8 @@
</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">
<p>E &amp; OE</p><br/> <p>E &amp; OE</p><br/>
<span>Print Date: <span t-esc="o.print_date"/></span><br/> <span>Print Date: <!-- <span t-esc="o.print_date"/> --></span><br/>
<span>Signed by: <span t-esc="o.signed_by"/></span> <span>Signed by: <!-- <span t-esc="o.signed_by"/> --></span>
</xpath> </xpath>
</template> </template>
<template id="report_invoices_inherit2" inherit_id="bi_professional_reports_templates.classic_report_invoice_document"> <template id="report_invoices_inherit2" inherit_id="bi_professional_reports_templates.classic_report_invoice_document">
@@ -47,8 +47,8 @@
</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">
<p>E &amp; OE</p><br/> <p>E &amp; OE</p><br/>
<span>Print Date: <span t-esc="o.print_date"/></span><br/> <span>Print Date: <!-- <span t-esc="o.print_date"/> --></span><br/>
<span>Signed by: <span t-esc="o.signed_by"/></span> <span>Signed by: <!-- <span t-esc="o.signed_by"/> --></span>
</xpath> </xpath>
</template> </template>
<template id="report_invoices_inherit3" inherit_id="bi_professional_reports_templates.modern_report_invoice_document"> <template id="report_invoices_inherit3" inherit_id="bi_professional_reports_templates.modern_report_invoice_document">