Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.3.0
Category
Field Service
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), Open Source Integrators, Brian McMaster
Maintainers
Odoo Community Association (OCA), Open Source Integrators, Brian McMaster
Committers
Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar, bobrador
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
fieldservice_stock_scrap
Description
This module is an add-on for the Field Service application in Odoo. It
provides stock requests in field service orders.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
stock_request_fsm_order_form stock.request form Inherits stock_request.view_stock_request_form
stock_request_fsm_order_tree stock.request tree Inherits stock_request.view_stock_request_tree
stock_request_order_fsm_order_form stock.request.order form Inherits stock_request.stock_request_order_form
stock_request_order_fsm_order_search stock.request.order search Inherits stock_request_picking_type.stock_request_order_search
stock_request_order_fsm_order_tree stock.request.order tree Inherits stock_request.stock_request_order_tree
view_fsm_order_form_inherit_stock_request fsm.order.form.stock.request fsm.order form Inherits fieldservice_stock.view_fsm_order_form_inherit_stock
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • request_stage Selection
    default='draft' string='Request State' args: REQUEST_STATES
  • stock_request_ids One2many → stock.request
    string='Order Lines' args: 'stock.request', 'fsm_order_id'
Public methods (3)
  • action_request_cancel(self)
  • action_request_draft(self)
  • action_request_submit(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • fsm_order_id Many2one → fsm.order
    copy=False index=True ondelete='cascade' string='FSM Order' args: 'fsm.order'
Public methods (3)
  • create(self, vals)
    @api.model
  • prepare_order_values(self, vals)
  • prepare_stock_request_order_values(self)

New fields (3)
  • actual_delivery_date Datetime
    related='fsm_order_id.date_end' store=True string='Actual Delivery Date'
  • fsm_order_id Many2one → fsm.order
    copy=False index=True ondelete='cascade' string='FSM Order' args: 'fsm.order'
  • fsm_order_person_id Many2one → fsm.person
    related='fsm_order_id.person_id' store=True string='Assigned To' args: 'fsm.person'
Public methods (2)
  • action_confirm(self)
  • change_childs(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
29 days ago
Last activity
22 days ago
Repository
OCA/field-service
Pull request
[18.0][MIG] fieldservice_stock_request (#1577)