Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Human Resources
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 08:43:00
Authors
Savoir-faire Linux, Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA), Fekete Mihai (FBSR)
Maintainers
Savoir-faire Linux, Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA), Fekete Mihai (FBSR)
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module was written to extend the functionality of jobs to support
tagging employees based on their job positions. For example, all
Supervisors could be attached to the Supervisors category. Define which
categories a job belongs to in the configuration for the job. When an
employee is assigned a particular job the categories attached to that
job will be attached to the employee record as well.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_job_form hr.job.category hr.job form Inherits hr.view_hr_job_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • unlink(self)
  • write(self, vals)

New fields (1)
  • category_ids Many2many → hr.employee.category
    string='Associated Tags' args: 'hr.employee.category', 'job_category_rel', 'job_id', 'category_id'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
241 days ago
Last activity
51 days ago
Repository
OCA/hr
Pull request
[19.0] [MIG] hr_job_category: Migration to 19.0 (#1533)