Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:42:54
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Iván Todorovich, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Use the **Repair Order Templates** to pre-fill some fields on the generated
repair orders.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fsm_template_form_view fsm.template form Inherits fieldservice.fsm_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (2)
  • repair_order_template_id Many2one → repair.order.template
    comodel_name='repair.order.template' help='If set, this template will be used to create the repair order.' string='Repair Order Template'
  • type_internal Selection
    related='type_id.internal_type'
Public methods (0)

No public methods.

Loading…