| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Discuss (mail) |
| Lines of code | 472 |
| Technical Name |
aspl_biometric_attendance |
| License | OPL-1 |
| Website | https://aspiresoftserv.com |
| Versions | 15.0 16.0 17.0 18.0 19.0 |

Request A Demo
ESSL Biometric Attendance
Overview
- This module is an addon to Odoo Attendance that enables synchronization of attendance data captured
by ESSL biometric devices into Odoo.
- This module does NOT connect directly to the biometric device, it works with the database created
and
maintained by ESSL software (Desktop or Web-based,
eTimeTrack). The module fetches attendance data from that database and creates corresponding records
in
Odoo.
How the ESSL Ecosystem Works
- ESSL devices always rely on an ESSL-provided application to download and store attendance data.
- ESSL provides two common options:
- ESSL Desktop Application
- ESSL Web Application (eTimeTrack)
- Both applications store attendance data in a database (commonly MS SQL Server).
- This Odoo module integrates at the database level, not at the device level.
- ESSL Desktop Application
- ESSL Web Application (eTimeTrack)
Data Flow & Architecture
Key Takeaway
- The module reads attendance from MS SQL Server
- The ESSL application must already be syncing devices to database
Supported Attendance Modes
- Desktop Application Mode
- Attendance is downloaded manually from device to ESSL Desktop Software
- Data is stored in MS SQL Server
- Odoo fetches attendance when sync is triggered
- Attendance in Odoo is NOT live
- Web Application Mode (eTimeTrack)
- Devices automatically sync with eTimeTrack
- Attendance is continuously stored in MS SQL Server
- Odoo fetches attendance periodically
- Attendance in Odoo is near real-time (live)
- Attendance is downloaded manually from device to ESSL Desktop Software
- Data is stored in MS SQL Server
- Odoo fetches attendance when sync is triggered
- Attendance in Odoo is NOT live
- Devices automatically sync with eTimeTrack
- Attendance is continuously stored in MS SQL Server
- Odoo fetches attendance periodically
- Attendance in Odoo is near real-time (live)
Key Features
- Seamless integration with the Odoo Attendance module.
- Fetches attendance data directly from the ESSL MS SQL Server database.
- Supports both manual (desktop) and automatic (eTimeTrack) attendance workflows.
- Configurable synchronization logic.
- Reliable database-level integration (no device instability).
- Scalable for multiple biometric devices handled by ESSL software.
Technical Prerequisites
- Database
- MS SQL Server used by ESSL Desktop or eTimeTrack
- Database must contain attendance data populated by ESSL software
- Network Connectivity
- One of the following must be true:
-
Odoo server is in the same network as MS SQL Server
OR
-
MS SQL Server is accessible remotely (IP, Port, Firewall rules configured)
- Python Dependency
- The following Python library must be installed on the Odoo server:
-
pip3 install pymssql
- This library enables Odoo to communicate with MS SQL Server.
- MS SQL Server used by ESSL Desktop or eTimeTrack
- Database must contain attendance data populated by ESSL software
- One of the following must be true:
- Odoo server is in the same network as MS SQL Server OR
- MS SQL Server is accessible remotely (IP, Port, Firewall rules configured)
- The following Python library must be installed on the Odoo server:
- pip3 install pymssql
- This library enables Odoo to communicate with MS SQL Server.
Current Limitations
- Supported: Only MS SQL Server.
- Not supported by default:
- MS Access
- MySQL
- Support for MS Access or MySQL can be added based on client requirements.
- MS Access
- MySQL
What This Module Does NOT Do
- Does NOT connect directly to biometric devices
- Does NOT replace ESSL Desktop or eTimeTrack software
- Does NOT pull attendance from Excel or PDF reports
This module strictly works with ESSL-managed databases.
Screenshots
Configure SQL Server Connection
- Fill SQL Server Connection Details.
Attendance Sync Timing
- Select how frequently Odoo should fetch new attendance data.
Add Employee Biometric Code
- You need to add a biometric code in employee's hr settings.
Attendance Log
- In Attendance Logs Menu View the detailed attendance logs fetched directly from the Biometric Attendance.
Attendance
- In Attendance Menu View automatically creates attendance records with checked in and checked out time.
FAQs
Frequently Asked Questions
- Q1. What does this module do?
- This module seamlessly synchronizes attendance data from ESSL biometric systems into Odooâs Attendance application.
- Q2. Can I get live attendance in Odoo?
- Yes, but only if you use ESSL eTimeTrack (Web Application). If you use the desktop application, attendance must be downloaded manually.
- Q3. Can I use this module if my attendance data is stored in a different SQL Server
database?
- Yes, If that database contains ESSL attendance logs and accessible remotely from the Odoo server, Additional Customization Needed.
- Q4. Does Odoo need to connect directly to the biometric device?
- No. Odoo does not connect directly with the biometric device. It connects only to the database (such as MS SQL Server) where the ESSL software stores attendance information.
- Q5. Can I control how often attendance data is synchronized?
- Yes. You can configure the attendance synchronization frequently as you choose.
- Q6. Can this module synchronize attendance from multiple MS SQL Server databases?
- Yes. The module supports multiple MS SQL Server database connections, with each connection operating independently using its own scheduled synchronization.
- Q7. Is this module compatible with Odoo Online or Odoo.sh?
- Yes. The module works smoothly with Odoo Online, Odoo.sh, as well as On-Premise.
- Q8. Can Odoo fetch attendance from Excel files exported by ESSL?
- No. This module fetches attendance directly from the ESSL database, not from reports.
- Q9. Do I need to install anything on the ESSL server?
-
No additional ESSL-side installation is required. Only ensure:
- MS SQL Server is accessible
- Correct database credentials are available
-
No additional ESSL-side installation is required. Only ensure:
Summary
- This module provides a clean, reliable, and scalable bridge between ESSL attendance systems and Odoo Attendance by integrating at the database level.
- For customization or extended database support, please contact the developer.
Suggested Apps
Free Support
We will provide free support for any issues,queries and bug fixing
upto
90 days from the date of purchase of this application.
Request Free Support
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module