Skills Certification

hr_skills_survey
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources/Employees
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Yannick Tivisse, Julien Castiaux, Tiffany Chang (tic), Gorash, Dossogne Bertrand, Dylan Kiss (dyki), nihp-odoo, Natalie (naja), Michaël Mattiello, Krzysztof Magusiak (krma), romc-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - survey
    - gamification
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resume for employees.
        

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
survey_survey_view_form survey.survey.view.form.inherit.hr.skills survey.survey xpath Inherits survey.survey_survey_view_form
Models touched (3)

New fields (3)
  • department_id Many2one
    related='employee_id.department_id' store=True
  • expiration_status Selection
    compute='_compute_expiration_status' store=True args: [('expired', 'Expired'), ('expiring', 'Expiring'), ('valid', 'Valid')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (1)
  • copy_data(self, default=None)

New fields (1)
  • certification_validity_months Integer
    help='Specify the number of months the certification is valid after being awarded. Enter 0 for certifications that never expire.' required=False args: 'Validity'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Odoo Online, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Dossogne Bertrand, Pierre-Yves Dufays, Dylan Kiss (dyki), ravb-odoo, Louis (wil), Natalie (naja)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - survey
    - gamification
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resume for employees.
        

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_employee_certification_report_view_list hr.resume.line list New
hr_resume_line_view_search hr.resume.line search New
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
survey_survey_view_form survey.survey.view.form.inherit.hr.skills survey.survey xpath Inherits survey.survey_survey_view_form
Models touched (3)

New fields (4)
  • department_id Many2one
    related='employee_id.department_id' store=True
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • expiration_status Selection
    compute='_compute_expiration_status' store=True args: [('expired', 'Expired'), ('expiring', 'Expiring'), ('valid', 'Valid')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (1)
  • certification_validity_months Integer
    help='Specify the number of months the certification is valid after being awarded. Enter 0 for certifications that never expire.' required=False args: 'Validity'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Odoo Online, Samuel Degueldre, Tiffany Chang (tic), Gorash, sofiagvaladze, niyasraphy, Louis Wicket (wil), Pierre-Yves Dufays, pash-odoo, Dylan Kiss (dyki), Louis (wil), Natalie (naja), haumenphai, jgjini
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - phone_validation
    - mail
    - bus
    - web_tour
    - resource
    - survey
    - auth_signup
    - http_routing
    - gamification
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resume for employees.
        

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_employee_certification_report_view_list hr.resume.line tree New
hr_resume_line_view_search hr.resume.line search New
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
Models touched (2)

New fields (4)
  • department_id Many2one
    related='employee_id.department_id' store=True
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • expiration_status Selection
    compute='_compute_expiration_status' store=True args: [('expired', 'Expired'), ('expiring', 'Expiring'), ('valid', 'Valid')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Gorash, Dossogne Bertrand, niyasraphy, Natalie (naja), haumenphai
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - survey
    - auth_signup
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resume for employees.
        

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
Models touched (2)

New fields (2)
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Aaron Bohy, Xavier-Do, Julien Mougenot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - survey
    - auth_signup
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resumé for employees.
        

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
Models touched (2)

New fields (2)
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Yannick Tivisse, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - survey
    - auth_signup
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resumé for employees.
        

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend hr_skills_survey_assets_backend ir.ui.view qweb Inherits web.assets_backend
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
Models touched (2)

New fields (2)
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/hr_skills_survey
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Yannick Tivisse, Aurélien Warnon, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_skills
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
    - survey
    - auth_signup
    - http_routing
    - gamification
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Certification and Skills for HR
===============================

This module adds certification to resumé for employees.
        

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend hr_skills_survey_assets_backend ir.ui.view qweb Inherits web.assets_backend
resume_survey_line_view_form hr.resume.line.form hr.resume.line xpath Inherits hr_skills.resume_line_view_form
Models touched (2)

New fields (2)
  • display_type Selection
    selection_add=[('certification', 'Certification')]
  • survey_id Many2one → survey.survey
    readonly=True string='Certification' args: 'survey.survey'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.