Change 1 of 1
Field Service merged into Planning
The Field Service app has been discontinued. Its features are now integrated into the Planning app.
Official Odoo 20 release note
In plain words
There is no separate Field Service app anymore: the industry_fsm modules are gone and a new planning_field_service module adds field service to Planning. Interventions are Planning shifts with a customer and address, and Planning gets Maps (by resource, timeline, live map), worksheets, reports and stock through planning_field_service_* modules.
Where to find it
- Open Planning.
- Click the Maps menu (By Resource, Timeline).
For users
Field work is planned and followed in Planning: shifts show Customer and City, and a Maps menu gives map and route views.
For developers
industry_fsm and its extensions (industry_fsm_sale, _stock, _report, ...) do not exist in Odoo 20 Enterprise; code extending project.task for field service must move to planning.slot in the planning_field_service modules.
Upgrading from Odoo 19
Major: customizations of industry_fsm need a rewrite; data migration from tasks to shifts is handled by the official upgrade, not verified here.
