mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] View inheritance may not use attribute 'string' as a selector.
This commit is contained in:
committed by
Elmeri Niemelä
parent
aa3d3838fd
commit
b346ff0ccb
@@ -9,7 +9,7 @@
|
|||||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
|
|
||||||
<xpath expr="//page[@string='Security']" position="before">
|
<xpath expr="//page[@name='security']" position="before">
|
||||||
<page string="LibreOffice template"
|
<page string="LibreOffice template"
|
||||||
attrs="{'invisible': [('report_type', '!=', 'py3o')]}">
|
attrs="{'invisible': [('report_type', '!=', 'py3o')]}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user