| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/12.0/hr_employee_health |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web - bus - web_tour - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_health_condition_view_tree |
hr.employee.health.condition.view.tree | hr.employee.health.condition | tree | New |
hr_employee_view_form |
hr.employee.view.form.inherit.health | hr.employee | xpath | Inherits hr.view_employee_form |
blood_type
Many2one → hr.employee.blood.type
comodel_name='hr.employee.blood.type'
groups='hr.group_hr_user'
string='Blood Type'
health_condition_ids
One2many → hr.employee.health.condition
comodel_name='hr.employee.health.condition'
groups='hr.group_hr_user'
inverse_name='employee_id'
string='Health Conditions'
health_notes
Text
groups='hr.group_hr_user'
string='Health Notes'
No public methods.
name
Char
required=True
string='Type'
translate=True
No public methods.
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
string='Employee'
notes
Text
string='Notes'
severity_id
Many2one → hr.employee.health.condition.severity
string='Severity'
args: 'hr.employee.health.condition.severity'
type_id
Many2one → hr.employee.health.condition.type
required=True
string='Condition'
args: 'hr.employee.health.condition.type'
No public methods.
name
Char
required=True
string='Severity'
translate=True
No public methods.
name
Char
required=True
string='Type'
translate=True
No public methods.