mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[14.0][MIG] report_layout_config
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<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="base.view_base_document_layout" />
|
||||
<field name="inherit_id" ref="web.view_base_document_layout" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='logo']" position="attributes">
|
||||
<attribute
|
||||
@@ -25,11 +25,6 @@
|
||||
name='attrs'
|
||||
>{'invisible': [('need_images_layout', '=', True)]}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='preview_logo']" position="attributes">
|
||||
<attribute
|
||||
name='attrs'
|
||||
>{'invisible': [('need_images_layout', '=', True)]}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='logo']" position="after">
|
||||
<field name="need_images_layout" invisible="True" />
|
||||
<field
|
||||
|
||||
Reference in New Issue
Block a user