Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/Human Resources
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.openerp.com
Last tracking update
2026-08-07 07:17:51
Authors
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Maintainers
Michael Telahun Makonnen <mmakonnen@gmail.com>, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
travel_journey_hr
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_department_tree_view hr.department.tree.sequence hr.department tree Inherits hr.view_department_tree
hr_department_view hr.department.form.sequence hr.department form Inherits hr.view_department_form
view_department_filter Departments (hr_department_sequence) hr.department Inherits hr.view_department_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (7)
  • active Boolean
    default=True string='Active'
  • child_ids One2many → hr.department
    comodel_name='hr.department' inverse_name='parent_id' string='Children Departments'
  • code Char
  • parent_id Many2one
    ondelete='restrict'
  • parent_left Integer
    index=True string='Left Parent'
  • parent_right Integer
    index=True string='Right Parent'
  • sequence Integer
    help='Gives the sequence order when displaying a list of departments.' index=True string='Sequence'
Public methods (3)
  • copy(self, default=None)
    @api.one
  • name_get(self)
    @api.one
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model

Loading…

Loading…

Loading…