TIP: You can type at any time to perform a new search.
Department Sequence
hr_department_sequence · OCA/hr
- 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
- Python dependencies
- None
- System dependencies
- None
- Required by
- travel_journey_hr
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
activeBooleandefault=Truestring='Active' -
child_idsOne2many → hr.departmentcomodel_name='hr.department'inverse_name='parent_id'string='Children Departments' -
codeChar -
parent_idMany2oneondelete='restrict' -
parent_leftIntegerindex=Truestring='Left Parent' -
parent_rightIntegerindex=Truestring='Right Parent' -
sequenceIntegerhelp='Gives the sequence order when displaying a list of departments.'index=Truestring='Sequence'
-
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…