Hi,
I am working with Odoo Web Enterprise 17.0+e.
In Attendance(hr.attendance) record, sometimes an employee can have multiple records per day because they are out for lunch at 12pm and back at 1pm as depicted below.
What I want to do is showing it in one line per employee per day/date, taking the earliest check in, latest check out, and sum working hours for the day.
Is this possible to achieve whether in hr.attendance model or creating new model?
Thanks in advance!