Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 07:31:59
Authors
Odoo Community Association (OCA), CorporateHub
Maintainers
Odoo Community Association (OCA), CorporateHub
Committers
Alexey Pelykh, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits hr.view_employee_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.