TIP: You can type at any time to perform a new search.
Field Service Web Timeline
fieldservice_timeline · OCA/field-service
🛠 Migration considerations
- Raw `cr.execute()` INSERT/UPDATE/DELETE bypasses the ORM (no compute/constrains/tracking/mail): `UPDATE ir_act_window SET view_mode=replace(view_mode, ',timeline', '')WHERE view_mode LIKE '%,timeline%';` - re-check the table/column names still match after upgrading. migration-raw-sql-write · source
- Raw `cr.execute()` INSERT/UPDATE/DELETE bypasses the ORM (no compute/constrains/tracking/mail): `UPDATE ir_act_window SET view_mode=replace(view_mode, 'timeline,', '')WHERE view_mode LIKE '%timeline,%';` - re-check the table/column names still match after upgrading. migration-raw-sql-write · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- Category
- Field Service
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/field-service
- Last tracking update
- 2026-08-17 11:35:59
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, Simone Rubino, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a timeline view for Field Service orders so you can see scheduled work across workers on a single interactive chart. There is also a new menu "Orders by Latest Request" in Field Service > Operations where Orders are shown in a timeline by their Latest Request Date.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_order_search_view_request_late |
Use Latest Request Date in Field Service Orders search view | fsm.order | search | Inherits fieldservice.fsm_order_search_view |
fsm_order_timeline_view |
fsm.order.timeline | fsm.order | timeline | New |
fsm_order_view_request_late |
Use Latest Request Date in Field Service Orders timeline view | fsm.order | timeline | Inherits fieldservice_timeline.fsm_order_timeline_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (0)
No models found for this module.
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 24 days ago
- Last activity
- 4 days ago
- Repository
- OCA/field-service
- Pull request
- [MIG] fieldservice_timeline: Migration to 18.0 (#1587)