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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_ir_module_module_form" model="ir.ui.view">
  5. <field name="name">ir.module.module.form</field>
  6. <field name="model">ir.module.module</field>
  7. <field name="inherit_id" ref="base.module_form" />
  8. <field name="arch" type="xml">
  9. <notebook position="inside">
  10. <page string="Parent informations">
  11. <separator string="Direct Parent Installed Modules" colspan="2"/>
  12. <field name="direct_installed_parent_ids" />
  13. <separator string="Direct and Indirect Installed Parent Modules" colspan="2"/>
  14. <field name="all_installed_parent_ids" />
  15. </page>
  16. </notebook>
  17. </field>
  18. </record>
  19. </data>
  20. </openerp>