Employee Phone PIN

hr_employee_phone_pin
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/16.0/hr_employee_phone_pin
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Binhex
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Binhex
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ariel Barreiros
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_employee_form view.employee.form hr.employee field Inherits hr.view_employee_form
view_employee_public_form view.employee.public.form hr.employee.public field Inherits hr.hr_employee_public_view_form
Models touched (2)

New fields (2)
  • mobile_phone_pin Char
    help="Corporate mobile's PIN, should be a 4 digit number" size=4 args: 'Mobile phone PIN'
  • mobile_phone_puk Char
    help="Corporate mobile's PUK, should be a 8 digit number" size=8 args: 'Mobile phone PUK'
Public methods (0)

No public methods.

New fields (3)
  • is_current_user Boolean
    compute='_compute_is_current_user'
  • mobile_phone_pin Char
    readonly=True related='employee_id.mobile_phone_pin'
  • mobile_phone_puk Char
    readonly=True related='employee_id.mobile_phone_puk'
Public methods (0)

No public methods.