You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="purchase_report_inherit"
inherit_id="purchase.report_purchaseorder_document">
<xpath expr="//div[@id='total']" position="after">
<div id="signature" class="row justify-content-end">
<div class="col-4">
<table class="table table-sm">
<div t-if="o.digital_sign" class="mt32 ml64 mr4"
name="signature">
<img t-att-src="image_data_uri(o.digital_sign)"
style="max-height: 4cm; max-width: 8cm;
padding-top: 50px;"/>
</div>
<tr>
<td class="text-right">
<p t-field="o.sign_by"/>
<p t-field="o.sign_on"/>
<p t-field="o.designation"/>
</td>
</tr>
</table>
</div>
</div>
</xpath>
</template>
</odoo>