Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 07:57:03
Authors
Odoo Community Association (OCA), APSL-Nagarro
Maintainers
Odoo Community Association (OCA), APSL-Nagarro
Committers
Weblate, OCA-git-bot, oca-ci, bobrador
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_fsm_order_form_inherit_sale_sign fsm.order form Inherits fieldservice.fsm_order_form
view_fsm_order_signature_wizard fsm.order.signature.wizard.form fsm.order.signature.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • signature Binary
  • signed_by Char
  • signed_on Datetime
Public methods (1)
  • action_open_signature_wizard(self)

New fields (2)
  • fsm_order_id Many2one → fsm.order
    ondelete='cascade' required=True string='FSM Order' args: 'fsm.order'
  • signature Binary
    required=True
Public methods (1)
  • action_confirm(self)
    Confirm the signature and update the FSM order and the SO.