Skip to content

Commit

Permalink
[FIX] hr_timesheet_overtime: Use blue instead of green
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed Jun 15, 2022
1 parent b6de563 commit 862a4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hr_timesheet_overtime/views/hr_timesheet_sheet_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
name="daily_overtime"
widget="float_time"
decoration-warning="daily_overtime &lt; 0"
decoration-success="daily_overtime &gt;= 0"
decoration-info="daily_overtime &gt;= 0"
/>
<field
name="total_overtime"
widget="float_time"
decoration-warning="total_overtime &lt; 0"
decoration-success="total_overtime &gt;= 0"
decoration-info="total_overtime &gt;= 0"
/>
</xpath>

Expand Down

0 comments on commit 862a4bf

Please sign in to comment.