Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 08:23:04
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, Juanjo, oca-ci
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows your to define employee studies in a structured way.
Previously, the standard only allows to define a free text for this
field, getting no homogenized values.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_employee_form hr.employee.form hr.employee form Inherits hr.view_employee_form
view_hr_study_tree hr.study tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • study_id Many2one → hr.study
    comodel_name='hr.study' groups='hr.group_hr_user' string='Study' tracking=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    comodel_name='res.company'
  • name Char
    required=True
  • sequence Integer
    default=10
Public methods (0)

No public methods.

Loading…

Loading…