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.

32 lines
1.0 KiB

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.<br/>
  10. Some columns can be dropped and there is no way to recover that except restoring a database backup
  11. </p>
  12. <label string="If you want uninstall module, write required password."
  13. colspan="4" />
  14. <group col="4">
  15. <field name="password" password="True"/>
  16. <span/>
  17. </group>
  18. <footer>
  19. <button name="check_password" string="Apply" type="object"
  20. class="oe_highlight"/>
  21. <button special="cancel" string="Cancel" class="oe_link"/>
  22. </footer>
  23. </form>
  24. </field>
  25. </record>
  26. </data>
  27. </openerp>