mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-25 23:12:05 +02:00
Reorganized 67 HR-related modules for better structure: - Moved all odoo-bringout-oca-hr-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-hr/ submodule - Includes attendance, expense, holiday, employee, and contract modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and HR-specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
584 B
ReStructuredText
12 lines
584 B
ReStructuredText
To use this module, you need to use an external system that calls the method
|
|
'register_attendance' of the model 'hr.employee' passing as parameter the
|
|
code of the RFID card.
|
|
|
|
Developers of a compatible RFID based employee attendance system should
|
|
be familiar with the outputs of this method and implement proper calls and
|
|
management of responses.
|
|
|
|
It is advisory to create an exclusive user to perform this task. As
|
|
user doesn't need several access, it is just essential to perform the check
|
|
in/out, a group has been created. Add your attendance device user to
|
|
RFID Attendance group.
|