[IMP] lunch: remove cancel button and improved view of wizard.

bzr revid: tpa@tinyerp.com-20120615104830-qytzsjxzig3cqr7s
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 16:18:30 +05:30
parent bd5be877db
commit 4be789070c
3 changed files with 3 additions and 6 deletions

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Reset cashbox" version="7.0">
<header>
<button icon="gtk-ok" name="set_to_zero" string="Set to Zero" type="object"/>
<button icon="gtk-cancel" special="cancel" string="No"/>
<button icon="gtk-ok" name="set_to_zero" string="Set to Zero" type="object" class="oe_form_button_active_flow"/>
</header>
<label string="Are you sure you want to reset this cashbox ?"/>
</form>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Cancel Order" version="7.0">
<header>
<button icon="gtk-ok" name="cancel" string="Yes" type="object"/>
<button icon="gtk-cancel" special="cancel" string="No"/>
<button icon="gtk-ok" name="cancel" string="Yes" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4" >
<label string="Are you sure you want to cancel this order ?"/>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Confirm" version="7.0">
<header>
<button icon="gtk-ok" name="confirm" string="Confirm Order" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-ok" name="confirm" string="Confirm Order" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<separator string="Orders Confirmation" colspan="4"/>