Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.26 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 07:38:30
Authors
Odoo Community Association (OCA), Onestein, Therp BV
Maintainers
Odoo Community Association (OCA), Onestein, Therp BV
Committers
Stéphane Bidoul, Andrea, 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 (5)
XML IDNameModelTypeStatus
hr_employee_identification_type_view_form hr.employee.identification.type form New
hr_employee_identification_type_view_search hr.employee.identification.type search New
hr_employee_identification_type_view_tree hr.employee.identification.type tree New
hr_employee_view_form hr.employee form Inherits hr.view_employee_form
res_users_view_form_profile res.users form Inherits hr.res_users_view_form_profile
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • identification_expiry_date Date
    groups='hr.group_hr_user' args: 'Identification expiry'
  • identification_type_id Many2one → hr.employee.identification.type
    groups='hr.group_hr_user' args: 'hr.employee.identification.type'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (2)
  • identification_expiry_date Date
    readonly=False related='employee_id.identification_expiry_date' related_sudo=False
  • identification_type_id Many2one
    readonly=False related='employee_id.identification_type_id' related_sudo=False
Public methods (0)

No public methods.

Loading…