TIP: You can type at any time to perform a new search.
Field Service - Portal
fieldservice_portal · OCA/field-service
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/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_visibleBooleandefault=Truehelp="Enable to display field service orders based on it's stage in the portal"string='Visible in Portal'
No public methods.
Loading…
Loading…
Loading…
Loading…