HR Attendance Import CSV
Odoo 8 / 9
Employee Attendance Import
Different CSV Format Per Biometric Devices
This module enables the feature to import employee attendance. Menus:
- Human Resources/Attendances/Attendance Import
- Human Resources/Configuration/Attendance/CSV Format Configuration
The main advantage of module is to allow user to import CSV files which can come from different biometric devices with different columns headings in CSV. We have provided configuration menu where user can configure biometric devices CSV format and columns and map it with Odoo attendance object columns. So at time of import, wizard will ask which biometric devices CSV format user is going to import and import attednace records using that configuration and mapping.
We can say its very flexible way that in future if user add/remove any columns from CSV they have to just change/update configuration part of that CSV format in Odoo webclient and no need to change/modify any technical code!
Code on employee form must be configure to match with code in CSV. And in configuration format you have to add line with Employee field on Odoo attendance model with code column of your CSV. Make sure you have Attendance group on your user to be able to see wizard and menu.