[IMP] hr_timesheet_invoice: improved color of button based on business flow

bzr revid: tpa@tinyerp.com-20120615051218-8ymopgl4qlxnam3m
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 10:42:18 +05:30
parent 0d35f923bf
commit 43a889b600
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</group>
<xpath expr="/form/sheet" position='before'>
<header>
<button name="set_pending" string="Pending" type="object" states="open" class="oe_form_button_active_flow"/>
<button name="set_pending" string="Pending" type="object" states="open" class="oe_form_button_return_flow"/>
<button name="set_close" string="Close" type="object" states="open,pending" class="oe_form_button_active_flow"/>
<button name="set_open" string="Re-open project" type="object" states="pending,close" class="oe_form_button_return_flow"/>
<button name="set_open" string="Re-open project" type="object" states="cancelled,draft"/>