HR Employee Health

hr_employee_health
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/12.0/hr_employee_health
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True string='Type' translate=True
Public methods (0)

No public methods.

New fields (4)
  • 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'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True string='Severity' translate=True
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True string='Type' translate=True
Public methods (0)

No public methods.