Repair Sub State

repair_substate
REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/17.0/repair_substate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), 360ERP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), 360ERP
COMMITTERS
COMMITTERSWeblate, oca-ci, Antonio Buric
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - base_substate
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - repair
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits repair.view_repair_order_form
view_repair_order_form_filter repair.order field Inherits repair.view_repair_order_form_filter
view_repair_order_tree repair.order field Inherits repair.view_repair_order_tree
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')