[IMP] Use the button_immediate_install in the form view of the modules

bzr revid: stw@openerp.com-20120802111845-qgd2g6jkoxut0avl
This commit is contained in:
Stephane Wirtel 2012-08-02 13:18:45 +02:00
parent d08aa644f3
commit 4c14e794d1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
<div class="oe_title">
<h1><field name="shortdesc"/></h1>
<h2 class="oe_fade"><field name="summary"/></h2>
<button name="button_install" states="uninstalled" string="Install" type="object" class="oe_highlight"/>
<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!"/>