work on report

This commit is contained in:
sonal
2020-07-29 15:13:56 +05:30
parent 3673f18d27
commit edb675a236

View File

@@ -67,8 +67,12 @@
</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>Signed by: <span t-esc="o.signed_by"/></span>
</span><br/>
<span>Signed by:<!-- <span t-esc="o.signed_by"/> -->
</span>
</xpath> </xpath>
</template> </template>
<template id="report_invoices_inherit4" inherit_id="bi_professional_reports_templates.odoo_std_report_invoice_document"> <template id="report_invoices_inherit4" inherit_id="bi_professional_reports_templates.odoo_std_report_invoice_document">
@@ -87,8 +91,9 @@
</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>Signed by: <span t-esc="o.signed_by"/></span> </span><br/>
<span>Signed by: <!-- <span t-esc="o.signed_by"/> --></span>
</xpath> </xpath>
</template> </template>
</odoo> </odoo>