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
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_id Many2one → maintenance.stage
    readonly=True args: 'maintenance.stage'
Public methods (2)
  • get_view(self, view_id=None, view_type='form', **options)
    @api.model
  • set_maintenance_stage(self)

New fields (3)
  • button_class Selection
    help='For default, the system uses primary' args: [('primary', 'Primary'), ('info', 'Info'), ('success', 'Success'), ('warning', 'Warning'), ('danger', 'Danger')]
  • next_stage_ids Many2many → maintenance.stage
    column1='stage_id' column2='next_stage_id' relation='maintenance_stage_next_stage' string='Next stages' args: 'maintenance.stage'
  • previous_stage_ids Many2many → maintenance.stage
    column1='next_stage_id' column2='stage_id' relation='maintenance_stage_next_stage' string='Previous stages' args: 'maintenance.stage'
Public methods (0)

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)