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.

26 lines
867 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 ('secure_uninstall' key in ERP config file)."
  11. colspan="4" />
  12. <group col="4">
  13. <field name="uninstall_password" password="True"
  14. placeholder="key_provided_by_administrator"/>
  15. <span/>
  16. </group>
  17. </field>
  18. </field>
  19. </record>
  20. </data>
  21. </openerp>