[IMP] account_budget: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615121548-ppmqs3k8slwg7eru
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 17:45:48 +05:30
parent 6401cef582
commit 4d32748eac
4 changed files with 4 additions and 8 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<group string="This wizard is used to print summary of budgets">
<field name="date_from"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<group string="Print Budgets" col="4">
<field name="date_from"/>