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.

28 lines
851 B

10 years ago
10 years ago
10 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_uninstall_wizard_form" model="ir.ui.view">
  5. <field name="model">uninstall.check.wizard</field>
  6. <field name="arch" type="xml">
  7. <form string="Check" version="7.0">
  8. <p class="oe_inline oe_grey">
  9. Uninstall module process remove all data managed by the module.
  10. </p>
  11. <label string="If you want uninstall module, write required password."
  12. colspan="4" />
  13. <group col="4">
  14. <field name="password" password="True"/>
  15. <span/>
  16. </group>
  17. <button icon="gtk-ok" name="check_password" string="Apply" type="object"/>
  18. <button icon="gtk-cancel" special="cancel" string="Cancel"/>
  19. </form>
  20. </field>
  21. </record>
  22. </data>
  23. </openerp>