14 lines
538 B
XML
14 lines
538 B
XML
<openerp>
|
|
<data>
|
|
<template id="report_external_layout_header_custom" inherit_id="report.external_layout_header" name="Report Layout Header NIF" priority="17">
|
|
<xpath expr="//div[@t-field='company.partner_id']" position="before">
|
|
<!-- <div t-field="company.partner_id"
|
|
t-field-options="{'widget': 'contact',
|
|
'fields': ['address','name'],
|
|
'no_marker': true }"
|
|
/> -->
|
|
<span t-field="company.vat" />
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</openerp>
|