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.
22 lines
901 B
22 lines
901 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="view_ir_module_module_form" model="ir.ui.view">
|
|
<field name="name">ir.module.module.form</field>
|
|
<field name="model">ir.module.module</field>
|
|
<field name="inherit_id" ref="base.module_form" />
|
|
<field name="arch" type="xml">
|
|
<notebook position="inside">
|
|
<page string="Parent informations">
|
|
<separator string="Direct Parent Installed Modules" colspan="2"/>
|
|
<field name="direct_installed_parent_ids" />
|
|
<separator string="Direct and Indirect Installed Parent Modules" colspan="2"/>
|
|
<field name="all_installed_parent_ids" />
|
|
</page>
|
|
</notebook>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|