You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
472 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="view_rule_tree" model="ir.ui.view">
<field name="model">ir.rule</field>
<field name="inherit_id" ref="base.view_rule_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='global']" position="replace">
<field name="groups"/>
</xpath>
</field>
</record>
</data>
</odoo>