Maintainers
Current maintainers:
This module is part of the ursais/osi-addons project on GitHub.
You are welcome to contribute.
This module provides backend support for the Field Service mobile application. It manages mobile-specific stage visibility, stage duration tracking, portal configuration, dynamic feature mapping by security group, and payment link generation for field service orders linked to sales orders.
It also exposes HTTP endpoints used by the offline-capable mobile client:
Table of contents
To configure mobile stages:
To configure automated actions tied to stage sequences, adjust the domain on each automation under Settings > Technical > Automation > Automated Actions.
To configure mobile features:
Portal users can access allowed features and attachments according to the configured security rules and settings for stock move visibility and updates.
Authenticated mobile sessions (portal or internal workers linked to an fsm.person via partner_id) can call:
{ "jsonrpc": "2.0", "method": "call", "params": { "order_id": 12, "order": {"stage_id": 5, "resolution": "Done"}, "clocks": [ { "stage_id": 6, "start_datetime": "2026-07-24 15:00:00", "duration": 0.5, "total_duration": 1.0 } ], "signature": { "signed_by": "Jane Doe", "signature": "<base64 png>" } } }
Use "mutations": [ {...}, {...} ] to push several orders in the same request / transaction.
Fields: order_id, optional name, and a file field named ufile, file, photo or attachment.
{ "params": { "since": "2026-07-24 00:00:00", "limit": 80, "offset": 0 } }
Returns only orders where the current user’s fsm.person is person_id or in person_ids, optionally filtered with write_date > since.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
The development of this module was originally supported by Open Source Integrators.
Current maintainers:
This module is part of the ursais/osi-addons project on GitHub.
You are welcome to contribute.