[REM] : Remove cancel button from wizard

bzr revid: aja@tinyerp.com-20120618091236-3e8vhdb4thokf72i
This commit is contained in:
ajay javiya (OpenERP) 2012-06-18 14:42:36 +05:30
parent 73c9a9d20d
commit 4311eaa121
9 changed files with 8 additions and 19 deletions

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Price List" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="Close"/>
<button name="print_report" string="Print" type="object" icon="gtk-print"/>
<button name="print_report" string="Print" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
</header>
<group string="Calculate Product Price per Unit Based on Pricelist Version.">
<field name="price_list" widget="selection"/>

View File

@ -8,8 +8,7 @@
<field name="arch" type="xml">
<form string="Properties categories" version="7.0">
<header>
<button name="action_open_window" string="Open Margins" type="object" icon="gtk-execute"/>
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="action_open_window" string="Open Margins" type="object" icon="gtk-execute" class="oe_form_button_active_flow"/>
</header>
<group col="4" string="General Information">
<field name="from_date" />

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Configure Project" version="7.0">
<header>
<button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/>
<button string="Apply" type="object" name="execute" class="oe_form_button_active_flow"/>
</header>
<sheet>
<group col="4">

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Project Task Delegate" version="7.0">
<header>
<button icon="gtk-ok" name="delegate" string="_Delegate" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-ok" name="delegate" string="_Delegate" type="object" class="oe_form_button_active_flow"/>
</header>
<group>
<group>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Reevaluate Task" version="7.0">
<header>
<button icon="gtk-apply" name="compute_hours" string="_Evaluate" type="object" default_focus="1"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-apply" name="compute_hours" string="_Evaluate" type="object" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<separator string="Reevaluation Task"/>
<group>

View File

@ -8,9 +8,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Empty Timebox" version="7.0">
<header>
<button icon="gtk-ok" special="cancel" string="_Ok" colspan="1"/><label colspan="1"/>
</header>
<label string="Timebox Empty Process Completed Successfully." />
</form>
</field>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Plannify Timebox" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button name="process" icon="gtk-ok" string="Add to Timebox" type="object" />
<button name="process" icon="gtk-ok" string="Add to Timebox" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<field name="timebox_id" widget="selection"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Schedule Phases" version="7.0">
<header>
<button icon="gtk-ok" name="check_selection" string="C_ompute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-ok" name="check_selection" string="C_ompute" type="object" class="oe_form_button_active_flow"/>
</header>
<group string="Schedule Phases">
<field name="target_project"/>

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Schedule Tasks" version="7.0">
<header>
<button icon="gtk-ok" name="compute_date" string="C_ompute" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-ok" name="compute_date" string="C_ompute" type="object" class="oe_form_button_active_flow"/>
</header>
<group>
<field name="project_id"/>