Collection of OCA/hr related modules.
  • HTML 54.6%
  • Python 44.3%
  • JavaScript 1.1%
Find a file
2026-02-06 18:52:36 +01:00
calendar_user_color feat(hr_holidays_remaining_leaves): migrate 2025-11-25 14:47:00 +01:00
hr_attendance_missing feat(hr_attendance_missing): migrate 2026-01-15 10:09:04 +01:00
hr_employee_attendance_report feat(hr_attendance_missing): migrate 2026-01-15 10:09:04 +01:00
hr_employee_paid_out_overtime_report/models feat(hr_holidays_remaining_leaves): migrate 2025-11-25 14:47:00 +01:00
hr_employee_skill feat(hr_holidays_remaining_leaves): migrate 2025-11-25 14:47:00 +01:00
hr_holidays_remaining_leaves feat(hr_attendance_missing): migrate 2026-01-15 10:09:04 +01:00
hr_timesheet_from_until feat(hr_holidays_remaining_leaves): migrate 2025-11-25 14:47:00 +01:00
hr_timesheet_multiline_name feat(hr_holidays_remaining_leaves): migrate 2025-11-25 14:47:00 +01:00
project_timesheet_limit feat(project_timesheet_limit): add small toreance to comparison 2026-02-06 18:52:36 +01:00
.editorconfig init 17.0 branch 2024-01-17 15:47:46 +01:00
.eslintrc.yml init 17.0 branch 2024-01-17 15:47:46 +01:00
.gitignore update git ignore 2024-01-17 15:52:59 +01:00
.pre-commit-config.yaml init 17.0 branch 2024-01-17 15:47:46 +01:00
.prettierrc.yml init 17.0 branch 2024-01-17 15:47:46 +01:00
.pylintrc chore: manifest author 2025-01-30 15:17:56 +01:00
.pylintrc-mandatory chore: manifest author 2025-01-30 15:17:56 +01:00
.ruff.toml init 17.0 branch 2024-01-17 15:47:46 +01:00
README.md feat: migrate project_timesheet_limit 2025-02-27 13:27:04 +01:00

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.