| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/12.0/hr_skill |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub, Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub, Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web - bus - web_tour - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
employee_skill_ids
One2many → hr.employee.skill
comodel_name='hr.employee.skill'
inverse_name='employee_id'
string='Skills'
No public methods.
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'
No public methods.
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
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/11.0/hr_skill |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Duc Dao, scampbell, osi-scampbell |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web - bus - web_tour - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
employee_skill_ids
One2many → hr.employee.skill
string='Employee Skill'
args: 'hr.employee.skill', 'employee_id'
No public methods.
employee_id
Many2one → hr.employee
string='Employee'
args: 'hr.employee'
level
Selection
skill_id
Many2one → hr.skill
string='Skill'
args: 'hr.skill'
No public methods.
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'
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/10.0/hr_skill |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, Denis Leemann, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web_kanban - web - bus - web_tour - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
skill_ids
Many2many → hr.skill
domain="[('child_ids', '=', False)]"
args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
No public methods.
active
Boolean
default=True
args: 'Active'
child_ids
One2many → hr.skill
employee_ids
Many2many → hr.employee
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'
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/9.0/hr_skill |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Fekete Mihai, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web_kanban - web - bus - resource - web_tip |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
skill_ids
Many2many → hr.skill
domain="[('child_ids', '=', False)]"
args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
No public methods.
active
Boolean
default=True
args: 'Active'
child_ids
One2many → hr.skill
employee_ids
Many2many → hr.employee
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'
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/8.0/hr_skill |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Pedro M. Baeza, GitHub, Daniel Reis, Stéphane Bidoul (ACSONE), Ivan Yelizariev, OCA Transbot, oca-travis, Weblate, Tom Blauwendraat |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web_kanban - web - resource - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
skill_ids
Many2many → hr.skill
domain="[('child_ids', '=', False)]"
args: 'hr.skill', 'skill_employee_rel', 'employee_id', 'skill_id', 'Skills'
No public methods.
active
Boolean
default=True
args: 'Active'
child_ids
One2many → hr.skill
employee_ids
Many2many → hr.employee
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'
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/7.0/hr_skill |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Sandy Carter, Launchpad Translations on behalf of hr-core-editors, EL HADJI DEM, OCA Transbot, Rudolf Schnapka, moylop260 |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - web_kanban - web - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/6.1/hr_skill |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Tiny |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Tiny |
| COMMITTERS | |
| COMMITTERS | Stephane 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr - base_setup - base - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No models found for this module.