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.

25 lines
742 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_base_module_upgrade" model="ir.ui.view">
  5. <field name="model">base.module.upgrade</field>
  6. <field name="inherit_id" ref="base.view_base_module_upgrade"/>
  7. <field name="arch" type="xml">
  8. <field name="module_info" position="after">
  9. <separator string="Secure Uninstall"/>
  10. <label string="If you want uninstall module, write required password."
  11. colspan="4" />
  12. <group col="4">
  13. <field name="password" password="True"/>
  14. <span/>
  15. </group>
  16. </field>
  17. </field>
  18. </record>
  19. </data>
  20. </openerp>