Merge branch 'upstream/saas-5' into saas-5
[odoo/odoo.git] / openerp / addons / base / module / module_view.xml
index 110b607..9077a1f 100644 (file)
@@ -82,8 +82,7 @@
                         <div>
                             <button name="button_immediate_install" states="uninstalled" string="Install" type="object" class="oe_highlight"/>
                             <button name="button_immediate_upgrade" states="installed" string="Upgrade" type="object" class="oe_highlight"/>
-                            <button name="button_immediate_uninstall" states="installed" string="Uninstall" type="object"
-                                confirm="Do you confirm the uninstallation of this module? This will permanently erase all data currently stored by the module!"/>
+                        <button name="button_uninstall" states="installed" string="Uninstall" type="object"/>
                             <button name="button_uninstall_cancel" states="to remove" string="Cancel Uninstall" type="object"/>
                             <button name="button_upgrade_cancel" states="to upgrade" string="Cancel Upgrade" type="object"/>
                             <button name="button_install_cancel" states="to install" string="Cancel Install" type="object"/>