This question has been flagged
2 Replies
5108 Views

How to restrict employees to mark their attendance Check In and Check Out only one time a day not multiple times a day.

Avatar
Discard
Best Answer

Hi,

You can over ride the _check_validity function inside the hr.attendance model and can achieve this. Just check whether the employee already created the attendance for the day inside this function and block the creation if he already done.




Thanks

Avatar
Discard
Best Answer

Hello,

This module helpful for you:

https://apps.odoo.com/apps/modules/12.0/checkin_checkout_limits_by_hk/

available in V12 and V11

Thanks..

Avatar
Discard