Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
293 Переглядів

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?

Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити

Is this from an LLM / AI?