mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on report
This commit is contained in:
@@ -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 & OE</p><br/>
|
<p>E & 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 & OE</p><br/>
|
<p>E & 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user