|
| 1 | +======================================= |
| 2 | +Field Service Check Worker Availability |
| 3 | +======================================= |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:5b3558f4fb22769ee6a5155b5b9e72226b4cb6a4d7a176939fd4d8b32399dc74 |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/field-service/tree/17.0/fieldservice_check_worker_availability |
| 21 | + :alt: OCA/field-service |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice_check_worker_availability |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=17.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module raises an error when attempting to create a new FSM Order if |
| 32 | +the selected start date falls within a worker's non-working or leave |
| 33 | +period. |
| 34 | + |
| 35 | +It also removes the group restriction on the Time Off smart button so it |
| 36 | +becomes visible without enabling debug mode. |
| 37 | + |
| 38 | +**Table of contents** |
| 39 | + |
| 40 | +.. contents:: |
| 41 | + :local: |
| 42 | + |
| 43 | +Configuration |
| 44 | +============= |
| 45 | + |
| 46 | +To configure this module, you need to: |
| 47 | + |
| 48 | +- Create a FSM Person |
| 49 | +- Configure its Working Schedule: Go to Field Service -> Master Data -> |
| 50 | + Workers -> Select the worker and stablish the field |
| 51 | +- To configure a worker's leave, go to the Working Schedule form and |
| 52 | + click the Time Off smart button. |
| 53 | +- Now create a new record for this resource |
| 54 | +- Create a new FSM Order and assign it to the configured worker |
| 55 | +- Select a Scheduled Start |
| 56 | +- If the scheduled start falls within a worker's leave or non-working |
| 57 | + period, an error will be raised. |
| 58 | + |
| 59 | +Bug Tracker |
| 60 | +=========== |
| 61 | + |
| 62 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/field-service/issues>`_. |
| 63 | +In case of trouble, please check there if your issue has already been reported. |
| 64 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 65 | +`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_check_worker_availability%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 66 | + |
| 67 | +Do not contact contributors directly about support or help with technical issues. |
| 68 | + |
| 69 | +Credits |
| 70 | +======= |
| 71 | + |
| 72 | +Authors |
| 73 | +------- |
| 74 | + |
| 75 | +* APSL - Nagarro |
| 76 | + |
| 77 | +Maintainers |
| 78 | +----------- |
| 79 | + |
| 80 | +This module is maintained by the OCA. |
| 81 | + |
| 82 | +.. image:: https://odoo-community.org/logo.png |
| 83 | + :alt: Odoo Community Association |
| 84 | + :target: https://odoo-community.org |
| 85 | + |
| 86 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 87 | +mission is to support the collaborative development of Odoo features and |
| 88 | +promote its widespread use. |
| 89 | + |
| 90 | +.. |maintainer-mpascuall| image:: https://github.com/mpascuall.png?size=40px |
| 91 | + :target: https://github.com/mpascuall |
| 92 | + :alt: mpascuall |
| 93 | + |
| 94 | +Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: |
| 95 | + |
| 96 | +|maintainer-mpascuall| |
| 97 | + |
| 98 | +This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/17.0/fieldservice_check_worker_availability>`_ project on GitHub. |
| 99 | + |
| 100 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments