Metadata-Version: 2.1
Name: odoo-addon-fieldservice_tracking
Version: 19.0.1.0.0
Requires-Dist: odoo-addon-fieldservice==19.0.*
Requires-Dist: odoo==19.0.*
Summary: This module will add tracking functionality in Fieldservice.
Home-page: https://github.com/ursais/osi-addons
License: AGPL-3
Author: Open Source Integrators
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 19.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/x-rst

======================
Field Service Tracking
======================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:18bb0ea99cac5144cbd1156b2dd5afa5283577607626ee10470a2e2c8397350c
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-ursais%2Fosi--addons-lightgray.png?logo=github
    :target: https://github.com/ursais/osi-addons/tree/19.0/fieldservice_tracking
    :alt: ursais/osi-addons

|badge1| |badge2| |badge3|

This module adds worker location tracking for Field Service. It stores
last-known GPS coordinates and accuracy on workers, keeps a history of
tracking points linked to field service orders, and exposes stage flags
to start or stop tracking and notify customers or dispatchers.

**Table of contents**

.. contents::
   :local:

Configuration
=============

To configure tracking permissions:

- Go to **Settings > Users & Companies > Groups** (or the Field Service
  privilege section) and assign **FSM Tracking Dispatcher** to users who
  should see dispatcher-only tracking settings on workers.

To configure stages:

- Go to **Field Service > Configuration > Stages**.
- On each stage, enable as needed: **Start Tracking**, **Stop
  Tracking**, **Notify Customer**, **Notify Dispatcher**, and **Compare
  Distance to next stop**.

Usage
=====

1. Open a **Field Service Worker** form.
2. On the **Field Service Tracking** tab, enable **Worker Allow
   Tracking** and review last-known latitude, longitude, accuracy, and
   location time.
3. Users in the **FSM Tracking Dispatcher** group can also set match
   radius, tracking interval, fence radius, and route stage.
4. Tracking history is stored on the ``fsm.tracking`` model for each
   worker and related field service order.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/ursais/osi-addons/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 <https://github.com/ursais/osi-addons/issues/new?body=module:%20fieldservice_tracking%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Open Source Integrators

Contributors
------------

- Wolfgang Hall <whall@graymatterlogic.com>
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
- `Gray Matter Logic <https://www.graymatterlogic.com>`__:

  - Maxime Chambreuil <maxime.chambreuil@graymatterlogic.com>

Other credits
-------------

The development of this module was originally supported by Open Source
Integrators and Serpent Consulting Services Pvt. Ltd.

Maintainers
-----------

.. |maintainer-wolfhall| image:: https://github.com/wolfhall.png?size=40px
    :target: https://github.com/wolfhall
    :alt: wolfhall
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
    :target: https://github.com/max3903
    :alt: max3903

Current maintainers:

|maintainer-wolfhall| |maintainer-max3903| 

This module is part of the `ursais/osi-addons <https://github.com/ursais/osi-addons/tree/19.0/fieldservice_tracking>`_ project on GitHub.

You are welcome to contribute.
