Repository
OCA/field-service · module folder · Try on Runboat
Module version
1.0.0
Category
Field Service
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/field-service
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), PyTech SRL
Maintainers
Odoo Community Association (OCA), PyTech SRL
Committers
Maxime Chambreuil, OCA-git-bot, oca-ci, Hoa - Truong Thi Kim
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Bridge module between fieldservice and portal that allows portal users
to monitor work orders related to their locations.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
fsm_stage_form_view fsm.stage form Inherits fieldservice.fsm_stage_form_view
portal_breadcrumbs Portal layout: ticket and fsm order menu entry ir.ui.view qweb Inherits portal.portal_breadcrumbs
portal_fieldservice_order_page portal_fieldservice_order_page ir.ui.view qweb New
portal_my_fsm_orders My Work Orders ir.ui.view qweb New
portal_my_home_fsm_order Portal My Home : fsm order entries ir.ui.view qweb Inherits portal.portal_my_home
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/my/fsm_order/<int:order_id> CustomerPortal.portal_my_fsm_order public http ALL website
/my/fsm_orders, /my/fsm_orders/page/<int:page> CustomerPortal.portal_my_fsm_orders user http ALL website
Models touched (1)

New fields (1)
  • portal_visible Boolean
    default=True help="Enable to display field service orders based on it's stage in the portal" string='Visible in Portal'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…