Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.1
Category
Human Resources
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 09:06:28
Authors
Vauxoo, Odoo Community Association (OCA)
Maintainers
Vauxoo, Odoo Community Association (OCA)
Committers
Isaac López, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to add firstname and lastnames (Father an Mother
Last Name) in employee form, and concatenate both in name field.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_employee_form_inherit hr.employee.form.firstname.inherit hr.employee form Inherits hr_employee_firstname.view_employee_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • firstname Char
    args: 'First name'
  • lastname Char
    args: 'Last name'
  • lastname2 Char
    args: 'Second last name'
Public methods (0)

No public methods.

New fields (1)
  • lastname2 Char
    related='employee_id.lastname2'
Public methods (0)

No public methods.

Loading…

Loading…