Repository
OCA/repair · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/repair
Last tracking update
2026-08-07 08:23:13
Authors
Odoo Community Association (OCA), 360ERP
Maintainers
Odoo Community Association (OCA), 360ERP
Committers
Weblate, oca-ci, Antonio Buric
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to add a substate to repair order. For each repair
order state you can define a substate. With this module substates can be
defined allowing to extend the repair workflow.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_repair_order_form repair.order form Inherits repair.view_repair_order_form
view_repair_order_form_filter repair.order form Inherits repair.view_repair_order_form_filter
view_repair_order_tree repair.order tree Inherits repair.view_repair_order_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • model Selection
    ondelete={'repair.order': 'cascade'} selection_add=[('repair.order', 'Repair order')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • check_substate_id_value(self)
    @api.constrains('substate_id', 'state')