Multiple protocols
Connect compatible devices through TCP, UDP, ADMS/iClock push, or the secured HTTP punch API.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Discuss (mail) • Employees (hr) |
| Lines of code | 5658 |
| Technical Name |
biometric_attendance_bridge |
| License | OPL-1 |
| Website | https://mudassir.it.com |
| Versions | 17.0 18.0 19.0 |
Biometric devices, attendance punches, employees, and Odoo 17 - connected.
Bring compatible biometric attendance machines into Odoo Attendances. Download users and punches, map employees, synchronize check-ins and check-outs, and manage device communication from one workspace.
Connect compatible devices through TCP, UDP, ADMS/iClock push, or the secured HTTP punch API.
Download machine users, match them to Odoo employees, and optionally upload employee users to devices.
Convert raw device punches into Odoo check-ins and check-outs using configurable status codes.
Use scheduled actions to retrieve device logs and synchronize pending attendance records.
Store accurate UTC timestamps while configuring the local timezone independently for every device.
Inspect users, fingerprints, data logs, commands, device information, and safe-clear notifications.
Choose TCP, UDP, or ADMS and configure network, serial, timezone, and status-code settings.
Download machine users and map each device identity to the correct Odoo employee.
Poll the device, accept ADMS pushes, or submit a token-authenticated HTTP punch.
Transform raw check-in/check-out events into standard Odoo HR Attendance records.
| Platform | Supported | Important notes |
|---|---|---|
| Odoo 17 Community | Yes | Install the Odoo Attendances application first. |
| Odoo 17 Enterprise | Yes | Compatible with the standard Attendances application. |
| On-premise / private cloud | Yes | Recommended for TCP/UDP devices on a private network. |
| Odoo.sh | Yes | ADMS push or a secured HTTP route is recommended. Direct TCP/UDP requires network reachability to the terminal. |
| Local development | Yes | The Odoo machine must be able to reach the terminal IP and port. |
| Odoo Online | No | Odoo Online does not allow custom Python modules. |
Copy biometric_attendance_bridge into an Odoo 17 addons path or your Odoo.sh Git repository.
Restart Odoo, enable developer mode, and run Apps > Update Apps List.
Search for Biometric Attendance Bridge and install it.
Permit the required TCP/UDP route or point the ADMS device to the public Odoo URL.
The custom punch endpoint requires a per-device secret in the X-Attendance-Token header. ADMS/iClock devices authenticate operationally through their configured serial number because many terminals do not support custom HTTP headers. Use HTTPS and network allowlists wherever possible.
Designed for ZKTeco, ZKSoftware, and ZK-protocol biometric attendance terminals. Compatibility depends on the exact model, firmware, enabled protocol, network route, and whether the terminal is configured for TCP/UDP polling, ADMS/iClock push, or the secured HTTP punch API.
Common face, fingerprint, card, and password attendance terminals.
Popular entry-level fingerprint and card attendance devices.
Network attendance terminals commonly used in offices and warehouses.
iClock attendance terminals using ZK attendance communication or ADMS/iClock push.
Face and fingerprint terminals when attendance logs are available through the supported protocol.
Modern face recognition terminals when configured for compatible attendance log synchronization.
Fingerprint, access, and outdoor attendance terminals with attendance-log support.
Many rebranded ZK attendance terminals can work when they expose the same compatible protocol.
Note: this is a practical compatibility list, not a hardware guarantee. Some firmware versions disable TCP/UDP, ADMS, or attendance-log access. Always test the exact terminal in a staging database before production rollout.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Discuss (mail) • Employees (hr) |
| Lines of code | 5658 |
| Technical Name |
biometric_attendance_bridge |
| License | OPL-1 |
| Website | https://mudassir.it.com |
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