Skip to content

Commit

Permalink
[MIG] hr_timesheet_overtime: remove active button
Browse files Browse the repository at this point in the history
active field was removed from hr_timesheet.sheet
  • Loading branch information
robinkeunen committed Feb 2, 2024
1 parent ef78a5a commit 4894c4d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions hr_timesheet_overtime/views/hr_timesheet_sheet_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@
<span class="o_stat_text">Timesheet</span>
</div>
</button>
<button
name="toggle_active"
type="object"
class="oe_stat_button"
icon="fa-check"
>
<field
name="active"
widget="boolean_button"
options='{"terminology": "active"}'
/>
</button>
</div>
</xpath>

Expand Down

0 comments on commit 4894c4d

Please sign in to comment.