Skip to content

Commit

Permalink
[IMP] hr_timesheet_overtime: move timesheet sheets below timesheet pe…
Browse files Browse the repository at this point in the history
…riod

I suspect the fields were above for development simplicity,
although it is clearer to have the period below.
  • Loading branch information
robinkeunen committed Feb 2, 2024
1 parent 4894c4d commit 1ddbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_overtime/views/hr_timesheet_sheet_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
</xpath>

<xpath expr="//group/group/label[@for='date_start']" position="before">
<xpath expr="//field[@name='date_start']/.." position="after">
<field name="daily_working_time" widget="float_time" />
<field
name="daily_overtime"
Expand Down

0 comments on commit 1ddbf9a

Please sign in to comment.