mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-20 05:22:01 +02:00
30 lines
576 B
Markdown
30 lines
576 B
Markdown
# Timesheet when on Time Off
|
|
|
|
|
|
Bridge module to integrate leaves in timesheet
|
|
================================================
|
|
|
|
This module allows to automatically log timesheets when employees are
|
|
on leaves. Project and task can be configured company-wide.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-project_timesheet_holidays
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- hr_timesheet
|
|
- hr_holidays
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/project_timesheet_holidays
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|