Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
308 Visninger

How can I add check in and check out time columns in case of people checking in and out multiple time per day or is there a way to have them only check in and out once per day?

Avatar
Kassér
Bedste svar

Hello Duc, 

For the check-in and check-out, already there 

see ..

If you want to create only one entry, in that case you can add some conditions in the create and write method. 

Like if this duration is not complete, we need to show a validation message, or if more than one entry is created, the system should show a validation message.

Thanks.

Avatar
Kassér
Bedste svar

To view both Check-In and Check-Out times in Odoo 18:

  1. Go to Attendances (via Employees → Attendances).
  2. Activate Developer Mode (Settings → Activate Developer Mode).
  3. In the list view, click the ⚙️ gear icon on the top right of the column headers.
  4. From there, enable the fields Check In and Check Out to display them in the list.
  5. You can also create a custom filter or group by employee/date for better tracking.

If you want these columns visible by default for all users, you’ll need to update the view through Studio or a small customization.

Avatar
Kassér

Is this from an LLM / AI?