bzr revid: apa@tinyerp.com-20120430123406-urpsmdbnbe9mnuro
This commit is contained in:
Amit Patel (OpenERP) 2012-04-30 18:04:06 +05:30
parent e4ee82807b
commit 96c07f7f4d
1 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@
</group>
<xpath expr="/form/sheet" position='before'>
<div class="oe_form_topbar">
<button name="set_pending" string="Pending" type="object" states="open" icon="gtk-media-pause"/>
<button name="set_close" string="Close" type="object" states="open,pending" icon="terp-dialog-close"/>
<button name="set_open" string="Re-open project" type="object" states="pending,cancelled,close,draft" icon="gtk-ok"/>
<button name="set_pending" string="Pending" type="object" states="open" icon="gtk-media-pause"/>
<button name="set_cancel" string="Cancel" type="object" states="open,pending" icon="gtk-cancel"/>
<div class="oe_right">
<field name="state" readonly="1" widget="statusbar" nolabel="1"