mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-23 00:52:04 +02:00
37 lines
663 B
Markdown
37 lines
663 B
Markdown
# Task Logs
|
|
|
|
|
|
This module implements a timesheet system.
|
|
==========================================
|
|
|
|
Each employee can encode and track their time spent on the different projects.
|
|
|
|
Lots of reporting on time and employee tracking are provided.
|
|
|
|
It is completely integrated with the cost accounting module. It allows you to set
|
|
up a management by affair.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-hr_timesheet
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- hr
|
|
- hr_hourly_cost
|
|
- analytic
|
|
- project
|
|
- uom
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/hr_timesheet
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|