mirror of
https://github.com/Mint-System/Odoo-Apps-HR.git
synced 2026-06-22 21:05:22 -06:00
Collection of OCA/hr related modules.
- HTML 69%
- Python 30.3%
- JavaScript 0.7%
| calendar_user_color | ||
| hr_attendance_missing | ||
| hr_contract_leaves_domain | ||
| hr_employee_attendance_report | ||
| hr_employee_attendance_report_balances | ||
| hr_employee_attendance_report_batch_send | ||
| hr_employee_attendance_report_leaves | ||
| hr_employee_attendance_report_timestamps | ||
| 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 | ||
| resource_attendance_time_type | ||
| .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. |