Skills Management

hr_skill
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/12.0/hr_skill
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub, Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub, Savoir-faire Linux
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
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 (7)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_employee_skill_form hr.employee.skill.form hr.employee.skill form New
view_hr_employee_skill_graph hr.employee.skill.graph hr.employee.skill graph New
view_hr_employee_skill_pivot hr.employee.skill.pivot hr.employee.skill pivot New
view_hr_employee_skill_tree hr.employee.skill.tree hr.employee.skill tree New
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (3)

New fields (1)
  • employee_skill_ids One2many → hr.employee.skill
    comodel_name='hr.employee.skill' inverse_name='employee_id' string='Skills'
Public methods (0)

No public methods.

New fields (4)
  • complete_name Char
    compute='_compute_complete_name' store=True string='Complete Name'
  • employee_id Many2one → hr.employee
    comodel_name='hr.employee' string='Employee'
  • level Selection
    selection=[('0', 'Junior'), ('1', 'Intermediate'), ('2', 'Senior'), ('3', 'Expert')] string='Level'
  • skill_id Many2one → hr.skill
    comodel_name='hr.skill' string='Skill'
Public methods (0)

No public methods.

New fields (9)
  • active Boolean
    default=True string='Active'
  • child_ids One2many → hr.skill
    comodel_name='hr.skill' inverse_name='parent_id' string='Children'
  • color Integer
    default=10 string='Color Index'
  • complete_name Char
    compute='_compute_complete_name' store=True string='Complete Name'
  • description Char
    string='Description'
  • employee_skill_ids One2many → hr.employee.skill
    comodel_name='hr.employee.skill' inverse_name='skill_id' string='Employees'
  • name Char
    required=True string='Name' translate=True
  • parent_id Many2one → hr.skill
    comodel_name='hr.skill' ondelete='cascade' string='Parent'
  • parent_path Char
    index=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/11.0/hr_skill
VERSION
VERSION 2.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Duc Dao, scampbell, osi-scampbell
WEBSITE
WEBSITEhttps://github.com/OCA/hr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:58
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 (7)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_employee_skill_form hr.employee.skill.form hr.employee.skill form New
view_hr_employee_skill_graph hr.employee.skill.graph hr.employee.skill graph New
view_hr_employee_skill_pivot hr.employee.skill.pivot hr.employee.skill pivot New
view_hr_employee_skill_tree hr.employee.skill.tree hr.employee.skill tree New
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (3)

New fields (1)
  • employee_skill_ids One2many → hr.employee.skill
    string='Employee Skill' args: 'hr.employee.skill', 'employee_id'
Public methods (0)

No public methods.

New fields (3)
  • employee_id Many2one → hr.employee
    string='Employee' args: 'hr.employee'
  • level Selection
    args: [('0', 'Junior'), ('1', 'Intermediate'), ('2', 'Senior'), ('3', 'Expert')], 'Level'
  • skill_id Many2one → hr.skill
    string='Skill' args: 'hr.skill'
Public methods (0)

No public methods.

New fields (9)
  • active Boolean
    default=True string='Active'
  • child_ids One2many → hr.skill
    comodel_name='hr.skill' inverse_name='parent_id' string='Children'
  • color Integer
    default=10 args: 'Color Index'
  • description Char
    string='Description'
  • employee_skill_ids One2many → hr.employee.skill
    string='Employees' args: 'hr.employee.skill', 'skill_id'
  • name Char
    required=True string='Name' translate=True
  • parent_id Many2one → hr.skill
    comodel_name='hr.skill' ondelete='cascade' string='Parent'
  • parent_left Integer
    index=True string='Parent Left'
  • parent_right Integer
    index=True string='Parent Right'
Public methods (1)
  • name_get(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/10.0/hr_skill
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, Denis Leemann, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (2)

New fields (1)
  • skill_ids Many2many → hr.skill
    domain="[('child_ids', '=', False)]" args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
Public methods (0)

No public methods.

New fields (7)
  • active Boolean
    default=True args: 'Active'
  • child_ids One2many → hr.skill
    args: 'hr.skill', 'parent_id', 'Children'
  • employee_ids Many2many → hr.employee
    args: 'hr.employee', 'skill_employee_rel', 'skill_id', 'employee_id', 'Employee(s)'
  • name Char
    required=True translate=True args: 'Name'
  • parent_id Many2one → hr.skill
    ondelete='cascade' args: 'hr.skill', 'Parent'
  • parent_left Integer
    index=True args: 'Parent Left'
  • parent_right Integer
    index=True args: 'Parent Right'
Public methods (1)
  • name_get(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/9.0/hr_skill
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Fekete Mihai, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - bus
    - resource
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (2)

New fields (1)
  • skill_ids Many2many → hr.skill
    domain="[('child_ids', '=', False)]" args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
Public methods (0)

No public methods.

New fields (7)
  • active Boolean
    default=True args: 'Active'
  • child_ids One2many → hr.skill
    args: 'hr.skill', 'parent_id', 'Children'
  • employee_ids Many2many → hr.employee
    args: 'hr.employee', 'skill_employee_rel', 'skill_id', 'employee_id', 'Employee(s)'
  • name Char
    required=True translate=True args: 'Name'
  • parent_id Many2one → hr.skill
    ondelete='cascade' args: 'hr.skill', 'Parent'
  • parent_left Integer
    index=True args: 'Parent Left'
  • parent_right Integer
    index=True args: 'Parent Right'
Public methods (1)
  • name_get(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/8.0/hr_skill
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSYannick Vaucher, Pedro M. Baeza, GitHub, Daniel Reis, Stéphane Bidoul (ACSONE), Ivan Yelizariev, OCA Transbot, oca-travis, Weblate, Tom Blauwendraat
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (2)

New fields (1)
  • skill_ids Many2many → hr.skill
    domain="[('child_ids', '=', False)]" args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
Public methods (0)

No public methods.

New fields (7)
  • active Boolean
    default=True args: 'Active'
  • child_ids One2many → hr.skill
    args: 'hr.skill', 'parent_id', 'Children'
  • employee_ids Many2many → hr.employee
    args: 'hr.employee', 'skill_employee_rel', 'skill_id', 'employee_id', 'Employee(s)'
  • name Char
    required=True translate=True args: 'Name'
  • parent_id Many2one → hr.skill
    ondelete='cascade' args: 'hr.skill', 'Parent'
  • parent_left Integer
    index=True args: 'Parent Left'
  • parent_right Integer
    index=True args: 'Parent Right'
Public methods (1)
  • name_get(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/7.0/hr_skill
VERSION
VERSION 0.1
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSAlexandre Fayolle, Sandy Carter, Launchpad Translations on behalf of hr-core-editors, EL HADJI DEM, OCA Transbot, Rudolf Schnapka, moylop260
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - process
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows you to manage your company and employees skills.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/6.1/hr_skill
VERSION
VERSION 0.2
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Tiny
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Tiny
COMMITTERS
COMMITTERSStephane Wirtel, Numerigraphe - Lionel Sausin, Fabien Pinckaers, Olivier Dony, Christophe Simonis, Serpent Consulting Services, Alexandre Fayolle, Maxime Chambreuil, Mantavya Gajjar, Daniel Reis, HDA(OpenERP), Launchpad Translations on behalf of openerp-commiter, mra (Open ERP), sma (Tiny/Axelor), Vinay Rana, Nguyen Thanh Phong, Jay (Open ERP), Launchpad Translations on behalf of hr-core-editors, saz-OpenERP, Husen Daudi, Sofia (Open ERP), ced
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - mail
    - base_tools
    - resource
    - process
    - board
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to manage your company and employees skills.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_employee_skill_form hr.employee.skill.form hr.employee notebook Inherits hr.view_employee_form
view_hr_skill_tree hr.skill.tree hr.skill tree New
view_skill_form hr.skill.form hr.skill form New
Models touched (0)

No models found for this module.