TIP: You can type at any time to perform a new search.
Maintenance Request Stage transition
maintenance_request_stage_transition · OCA/maintenance
- Repository
- OCA/maintenance · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/maintenance
- Last tracking update
- 2026-08-07 08:09:18
- Authors
- Odoo Community Association (OCA), Creu Blanca
- Maintainers
- Odoo Community Association (OCA), Creu Blanca
- Committers
- Weblate, OCA-git-bot, oca-ci, kaynnan
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_equipment_request_view_form |
maintenance.request.tree (in maintenance_request_flow) | maintenance.request | form | Inherits maintenance.hr_equipment_request_view_form |
maintenance_stage_tree_view |
maintenance.stage.tree (in maintenance_request_flow) | maintenance.stage | tree | Inherits maintenance.hr_equipment_stage_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
stage_idMany2one → maintenance.stagereadonly=True args: 'maintenance.stage'
-
get_view(self, view_id=None, view_type='form', **options)@api.model -
set_maintenance_stage(self)
New fields (3)
-
button_classSelectionhelp='For default, the system uses primary' args: [('primary', 'Primary'), ('info', 'Info'), ('success', 'Success'), ('warning', 'Warning'), ('danger', 'Danger')] -
next_stage_idsMany2many → maintenance.stagecolumn1='stage_id'column2='next_stage_id'relation='maintenance_stage_next_stage'string='Next stages' args: 'maintenance.stage' -
previous_stage_idsMany2many → maintenance.stagecolumn1='next_stage_id'column2='stage_id'relation='maintenance_stage_next_stage'string='Previous stages' args: 'maintenance.stage'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 42 days ago
- Last activity
- 42 days ago
- Repository
- OCA/maintenance
- Pull request
- [18.0][MIG] maintenance_request_stage_transition: Migration to 18.0 (#572)