[FIX] View inheritance may not use attribute 'string' as a selector.
parent
0f555c0703
commit
cfaed01346
|
@ -9,7 +9,7 @@
|
|||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||
<field name="arch" type="xml">
|
||||
|
||||
<xpath expr="//page[@string='Security']" position="before">
|
||||
<xpath expr="//page[@name='security']" position="before">
|
||||
<page string="LibreOffice template"
|
||||
attrs="{'invisible': [('report_type', '!=', 'py3o')]}">
|
||||
|
||||
|
|
Loading…
Reference in New Issue