[IMP] Display 'Direct inheritants' ir.ui.view form

This way, it's easier to create an inherited view 'on-the-fly' from the developer mode.
And it's even more handy if you want to inspect or modify an existing inherited view.
This commit is contained in:
Commandant Custo 2014-06-23 11:12:08 +02:00
parent 5c0804eaef
commit ae6730e53b
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@
<page string="Groups">
<field name="groups_id"/>
</page>
<page string="Direct Inheritants">
<field name="inherit_children_ids" context="{'default_model':model,'default_type':type,'default_inherit_id':active_id}">
<tree>
<field name="priority"/>
<field name="name"/>
<field name="xml_id"/>
</tree>
</field>
</page>
</notebook>
</sheet>
</form>