mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-22 04:12:01 +02:00
31 lines
537 B
Markdown
31 lines
537 B
Markdown
# Attendances
|
|
|
|
|
|
This module aims to manage employee's attendances.
|
|
==================================================
|
|
|
|
Keeps account of the attendances of the employees on the basis of the
|
|
actions(Check in/Check out) performed by them.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-hr_attendance
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- hr
|
|
- barcodes
|
|
- base_geolocalize
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/hr_attendance
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|