Skip to content

Commit c31bd10

Browse files
committed
Merge PR #956 into 18.0
Signed-off-by pedrobaeza
2 parents 8f9cb9f + 4d3257f commit c31bd10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

helpdesk_mgmt_timesheet/views/helpdesk_ticket_view.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,19 @@
3939
<field
4040
name="planned_hours"
4141
widget="float_time"
42+
optional="show"
4243
groups="hr_timesheet.group_hr_timesheet_user"
4344
/>
4445
<field
4546
name="total_hours"
4647
widget="float_time"
48+
optional="show"
4749
groups="hr_timesheet.group_hr_timesheet_user"
4850
/>
4951
<field
5052
name="remaining_hours"
5153
widget="float_time"
54+
optional="show"
5255
decoration-danger="remaining_hours &lt; 0"
5356
groups="hr_timesheet.group_hr_timesheet_user"
5457
/>

0 commit comments

Comments
 (0)