Skip to content

Commit

Permalink
[IMP] hr_attendance_report_theoretical_time: Add Active employees fil…
Browse files Browse the repository at this point in the history
…ter to report

TT51401
  • Loading branch information
victoralmau committed Oct 23, 2024
1 parent 44c4617 commit 7f0c3bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
string="My Attendances"
domain="[('employee_id.user_id.id', '=', uid)]"
/>
<separator />
<filter
name="active_employees"
string="Active employees"
domain="[('employee_id.active', '=', True)]"
/>
</search>
</field>
</record>
Expand Down

0 comments on commit 7f0c3bb

Please sign in to comment.