| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/maintenance |
| GIT | |
| GIT | https://github.com/OCA/maintenance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/maintenance/tree/14.0/maintenance_inspection |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Dixmit |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Dixmit |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/maintenance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/maintenance: - maintenance_plan - base_maintenance odoo/odoo: - maintenance - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
maintenance_inspection_item_form_view |
maintenance.inspection.item | form | New | |
maintenance_inspection_item_search_view |
maintenance.inspection.item | search | New | |
maintenance_inspection_item_tree_view |
maintenance.inspection.item | tree | New | |
maintenance_inspection_line_form_view |
maintenance.inspection.line | form | New | |
maintenance_inspection_line_kanban_view |
maintenance.inspection.line | kanban | New | |
maintenance_inspection_line_tree_view |
maintenance.inspection.line | tree | New | |
maintenance_plan_form_view |
maintenance.plan | field | Inherits maintenance_plan.maintenance_plan_view_form | |
maintenance_request_form_view |
maintenance.request | notebook | Inherits base_maintenance.equipment_request_view_form |
No new fields.
Public methods (0)No public methods.
active
Boolean
default=True
instruction
Text
name
Char
required=True
No public methods.
inspection_closed_at
Datetime
related='request_id.inspection_closed_at'
instruction
Text
related='item_id.instruction'
item_id
Many2one → maintenance.inspection.item
required=True
args: 'maintenance.inspection.item'
request_id
Many2one → maintenance.request
ondelete='cascade'
required=True
args: 'maintenance.request'
result
Selection
copy=False
default='todo'
readonly=True
required=True
args: [('todo', 'Todo'), ('success', 'Success'), ('failure', 'Failure')], 'Result'
result_description
Char
action_failure(self)
action_success(self)
inspection_item_ids
Many2many → maintenance.inspection.item
No public methods.
has_inspection
Boolean
inspection_closed_at
Datetime
copy=False
readonly=True
inspection_closed_by
Many2one → res.users
copy=False
readonly=True
args: 'res.users'
inspection_line_ids
One2many → maintenance.inspection.line
inverse_name='request_id'
args: 'maintenance.inspection.line'
finish_inspection(self)
set_inspection(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/maintenance |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] maintenance_inspection: Migration to 18.0 (#521) |