mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-23 07:52:03 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template
|
||||
id="report_purchaseorder_document"
|
||||
inherit_id="purchase.report_purchaseorder_document"
|
||||
>
|
||||
<xpath expr="//p[@t-field='o.notes']" position="before">
|
||||
<div t-if="o.signature" class="mt-4 ml64 mr4" name="signature">
|
||||
<div class="offset-8">
|
||||
<strong>Signature</strong>
|
||||
</div>
|
||||
<div class="offset-8">
|
||||
<img
|
||||
t-att-src="image_data_uri(o.signature)"
|
||||
style="max-height: 4cm; max-width: 8cm;"
|
||||
/>
|
||||
</div>
|
||||
<div class="offset-8 text-center">
|
||||
<p t-field="o.signed_by" />
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue