[REVERT] Revert the previous patch about the button_uninstall in the modules

bzr revid: stw@openerp.com-20120803125751-4i98jt0jxiroabc8
This commit is contained in:
Stephane Wirtel 2012-08-03 14:57:51 +02:00
parent 077be4912e
commit 9c507f5213
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@
<h2 class="oe_fade"><field name="summary"/></h2>
<button name="button_immediate_install" states="uninstalled" string="Install" type="object" class="oe_highlight"/>
<button name="button_upgrade" states="installed" string="Upgrade" type="object" class="oe_highlight"/>
<button name="button_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_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"/>
</div>