TIP: You can type at any time to perform a new search.
Maintenance Team Hierarchy
maintenance_team_hierarchy · OCA/maintenance
- Repository
- OCA/maintenance · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/maintenance
- Last tracking update
- 2026-08-16 17:18:51
- Authors
- Odoo Community Association (OCA), Creu Blanca
- Maintainers
- Odoo Community Association (OCA), Creu Blanca
- Committers
- Yann Papouin, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This addon allows to define a hierarchy of teams and teams show the related requests
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
maintenance_request_search_view |
maintenance.request.search (in maintenance_team_hierarchy) | maintenance.request | search | Inherits maintenance.hr_equipment_request_view_search |
maintenance_team_form_view |
maintenance.team.form (in maintenance_team_hierarchy) | maintenance.team | form | Inherits maintenance.maintenance_team_view_form |
maintenance_team_tree_view |
maintenance.team.tree (in maintenance_team_hierarchy) | maintenance.team | tree | Inherits maintenance.maintenance_team_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (9)
-
parent_idMany2one → maintenance.teamondelete='restrict' args: 'maintenance.team' -
parent_pathCharindex=True -
request_idsMany2many → maintenance.requestcompute='_compute_request_ids' args: 'maintenance.request' -
todo_request_countIntegercompute='_compute_new_todo_requests' -
todo_request_count_blockIntegercompute='_compute_new_todo_requests' -
todo_request_count_dateIntegercompute='_compute_new_todo_requests' -
todo_request_count_high_priorityIntegercompute='_compute_new_todo_requests' -
todo_request_count_unscheduledIntegercompute='_compute_new_todo_requests' -
todo_request_idsOne2manycompute='_compute_new_todo_requests'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…