mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
Merge branch 'master' of https://gitlab.com/sonalarora/tra_backend
This commit is contained in:
@@ -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 & 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>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 & 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>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>
|
||||||
Reference in New Issue
Block a user