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
471 B
16 lines
471 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='model_id']" position="after">
|
|
<field name="group"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|
|
|