コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
300 ビュー

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?