mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-23 04:32:01 +02:00
35 lines
520 B
Markdown
35 lines
520 B
Markdown
# Employee Presence Control
|
|
|
|
|
|
Control Employees Presence
|
|
==========================
|
|
|
|
Based on:
|
|
* The IP Address
|
|
* The User's Session
|
|
* The Sent Emails
|
|
|
|
Allows to contact directly the employee in case of unjustified absence.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-hr_presence
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- hr
|
|
- hr_holidays
|
|
- sms
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/hr_presence
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|