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.
 
 
 

19 lines
674 B

<?xml version="1.0" ?>
<odoo>
<template id="report_contract_document" inherit_id="contract.report_contract_document">
<xpath expr="//div[@id='invoice_info']" position="after">
<div class="row">
<div id="signature">
<p>
<strong>Customer acceptance:</strong>
<span t-if="o.customer_signature">
<img class="image" t-att-src="'data:image/png;base64,%s' % o.customer_signature" style="border:auto;"/>
</span>
</p>
</div>
</div>
</xpath>
</template>
</odoo>