[FIX] project* buton cancel

bzr revid: jam@tinyerp.com-20120627135323-r0v2agpm9rbghoao
This commit is contained in:
Jigar Amin - OpenERP 2012-06-27 19:23:23 +05:30
parent 11224704cd
commit deefa50354
5 changed files with 15 additions and 5 deletions

View File

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

View File

@ -9,7 +9,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="compute_hours" string="_Evaluate" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator string="Reevaluation Task"/>
<group>

View File

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

View File

@ -9,7 +9,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="check_selection" string="C_ompute" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<field name="target_project"/>

View File

@ -9,7 +9,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="compute_date" string="C_ompute" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<field name="project_id"/>