[IMP] account_payment: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615122115-i3qvh07sq0kwiyb2
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 17:51:15 +05:30
parent 9038d78735
commit 697f66abb1
3 changed files with 4 additions and 8 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Search Payment lines" version="7.0">
<header>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute" class="oe_form_button_active_flow"/>
</header>
<group>
<field name="duedate" />
@ -26,8 +25,7 @@
<field name="arch" type="xml">
<form string="Search Payment lines" version="7.0">
<header>
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" icon="gtk-execute"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" icon="gtk-execute" class="oe_form_button_active_flow"/>
</header>
<separator string="Entries"/>
<field name="entries"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Make Payment" version="7.0">
<header>
<button name="launch_wizard" string="Yes" type="object" icon="gtk-ok" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="launch_wizard" string="Yes" type="object" icon="gtk-ok" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<separator string="Are you sure you want to make payment?"/>
</form>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Populate Statement:" version="7.0">
<header>
<button name="populate_statement" string="ADD" type="object" icon="gtk-ok"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="populate_statement" string="ADD" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
</header>
<field name="lines"/>
</form>