[FIX] project: change confusing labels on Cancel buttons

bzr revid: odo@openerp.com-20130221161128-kc2af9aj59c93zmp
This commit is contained in:
Olivier Dony 2013-02-21 17:11:28 +01:00
parent accc465a4a
commit 9bb28d2dfe
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<button name="set_template" string="Set as Template" type="object" states="open" groups="base.group_user"/>
<button string="New Project Based on Template" name="duplicate_template" type="object" states="template" context="{'parent_id':parent_id}" class="oe_highlight" groups="base.group_user"/>
<button name="reset_project" string="Reset as Project" type="object" states="template" class="oe_highlight" groups="base.group_user"/>
<button name="set_cancel" string="Cancel" type="object" states="open,pending" groups="base.group_user"/>
<button name="set_cancel" string="Cancel Project" type="object" states="open,pending" groups="base.group_user"/>
<field name="state" widget="statusbar" statusbar_visible="open,close" statusbar_colors='{"pending":"blue"}' readonly="1"/>
</header>
<sheet string="Project">