mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 18:22:04 +00:00
18 lines
763 B
XML
18 lines
763 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
<record id="base_document_layout" model="ir.ui.view">
|
|
<field name="name">base.document.layout</field>
|
|
<field name="model">base.document.layout</field>
|
|
<field name="inherit_id" ref="web.view_base_document_layout" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='logo']" position="after">
|
|
<field name="full_header_img" widget="image" class="mb-4" />
|
|
<field name="full_footer_img" widget="image" class="mb-4" />
|
|
</xpath>
|
|
<field name="preview" position="attributes">
|
|
<attribute name='style'>max-width: 450px;</attribute>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</flectra>
|