[IMP] hr_expense : OpenReceipt must be normal, not red.

bzr revid: mdi@tinyerp.com-20120723054536-gcsffy284r1qx2rf
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-23 11:15:36 +05:30
parent 9606e7a28c
commit 73f4c519dc
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<button name="validate" states="confirm" string="Approve" type="workflow" groups="base.group_hr_user" class="oe_highlight"/>
<button name="draft" states="confirm,cancelled" string="Set to Draft" type="workflow" groups="base.group_hr_user" />
<button name="done" states="accepted" string="Generate Account Entry" type="workflow" groups="account.group_account_invoice" class="oe_highlight"/>
<button name="action_view_receipt" states="done" string="Open Receipt" type="object" class="oe_highlight"/>
<button name="action_view_receipt" states="done" string="Open Receipt" type="object"/>
<button name="refuse" states="confirm,accepted" string="Refuse" type="workflow" groups="base.group_hr_user" />
<field name="state" widget="statusbar" statusbar_visible="draft,confirm,accepted,done" statusbar_colors='{"confirm":"blue","cancelled":"red"}'/>
</header>