Repository
OCA/hr · module folder · Try on Runboat
Module version
1.1.0
Category
Generic Modules/Human Resources
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/oca/hr
Last tracking update
2026-08-07 07:24:59
Authors
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Maintainers
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Jaime Arroyo
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_children_view_tree hr.children.view.tree hr.employee.children tree New
hr_employee_view_form hr.employee.view.form.inherit.familyinfo hr.employee form Inherits hr.view_employee_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (8)
  • fam_children_ids One2many → hr.employee.children
    comodel_name='hr.employee.children' inverse_name='employee_id' string='Children'
  • fam_father Char
    string="Father's Name"
  • fam_father_date_of_birth Date
    oldname='fam_father_dob' string='Father Date of Birth'
  • fam_mother Char
    string="Mother's Name"
  • fam_mother_date_of_birth Date
    oldname='fam_mother_dob' string='Mother Date of Birth'
  • fam_spouse Char
    string="Spouse's Name"
  • fam_spouse_employer Char
    string="Spouses's Employer"
  • fam_spouse_tel Char
    string="Spouse's Telephone"
Public methods (0)

No public methods.

New fields (4)
  • date_of_birth Date
    oldname='dob' string='Date of Birth'
  • employee_id Many2one → hr.employee
    comodel_name='hr.employee' string='Employee'
  • gender Selection
    selection=GENDER_SELECTION string='Gender'
  • name Char
    required=True string='Name'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…