[IMP] Change the position of button when state is pending

bzr revid: hip@tinyerp.com-20121029094234-1su3wqom1wdxsle9
This commit is contained in:
Hiral Patel (OpenERP) 2012-10-29 15:12:34 +05:30
parent cfa13d68ee
commit a47b6b8c0a
1 changed files with 1 additions and 1 deletions

View File

@ -63,8 +63,8 @@
<field name="arch" type="xml">
<form string="Project" version="7.0">
<header>
<button name="set_done" string="Close Project" type="object" states="open,pending"/>
<button name="set_open" string="Re-open project" type="object" states="pending" class="oe_highlight"/>
<button name="set_done" string="Close Project" type="object" states="open,pending"/>
<button name="set_open" string="Re-open project" type="object" states="cancelled,close"/>
<button name="set_pending" string="Pending" type="object" states="open"/>
<button name="set_template" string="Set as Template" type="object" states="open"/>