mirror of
https://github.com/Mint-System/Odoo-Apps-HR.git
synced 2026-04-23 15:53:48 -06:00
Collection of OCA/hr related modules.
- HTML 54.6%
- Python 44.3%
- JavaScript 1.1%
| calendar_user_color | ||
| hr_attendance_missing | ||
| hr_employee_attendance_report | ||
| hr_employee_paid_out_overtime_report/models | ||
| hr_employee_skill | ||
| hr_holidays_remaining_leaves | ||
| hr_timesheet_from_until | ||
| hr_timesheet_multiline_name | ||
| project_timesheet_limit | ||
| .editorconfig | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .prettierrc.yml | ||
| .pylintrc | ||
| .pylintrc-mandatory | ||
| .ruff.toml | ||
| README.md | ||
Odoo Apps: HR
Collection of hr model related modules.
Usage
Clone module into Odoo addon directory.
git clone git@github.com:mint-system/odoo-apps-hr.git ./addons/hr
Available modules
| Module | Summary |
|---|---|
| hr_employee_skill | Views to manage HR employee skills. |
| hr_timesheet_from_until | Calculate duration from start and end time fields. |
| hr_timesheet_multiline_name | Enable multiline text for analytic line name. |
| project_timesheet_limit | Option to limit timesheet amount on task to planned hours. |