Odoo 8: Attendance Reminder
This module automatically sends an email to Employees if they did not sign in/out during their working days.
How It Works
- A scheduled action (Attendance Reminder) executes the main function which scans all employees attendance for the current day.
- If an employee didn't sign in/out, it check if he has a valid leave request for that day.
- If he hasn't, it sends an email using email templates (Attendance Reminder Email) to the employee reminding him for the attendance.
Please log in to comment on this module