[IMP]: Change close contract button string

bzr revid: atp@tinyerp.com-20130830065137-r1cg54a06c2myey2
This commit is contained in:
Atul Patel (OpenERP) 2013-08-30 12:21:37 +05:30
parent 4ccbbba7c8
commit 591d832b63
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<xpath expr="/form/sheet" position='before'>
<header>
<button name="set_pending" string="To Renew" type="object" states="open" />
<button name="set_close" string="Contract Finished" type="object" states="open,pending" />
<button name="set_close" string="Close Contract" type="object" states="open,pending" />
<button name="set_open" string="Set In Progress" type="object" states="pending,close" />
<button name="set_open" string="Set In Progress" type="object" states="cancelled,draft"/>
<button name="set_cancel" string="Cancel Contract" type="object" states="open,pending"/>