|
| 1 | +.. image:: https://odoo-community.org/readme-banner-image |
| 2 | + :target: https://odoo-community.org/get-involved?utm_source=readme |
| 3 | + :alt: Odoo Community Association |
| 4 | + |
| 5 | +=========================== |
| 6 | +Helpdesk Mgmt Assign Method |
| 7 | +=========================== |
| 8 | + |
| 9 | +.. |
| 10 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 11 | + !! This file is generated by oca-gen-addon-readme !! |
| 12 | + !! changes will be overwritten. !! |
| 13 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 14 | + !! source digest: sha256:801b3c6c99d8b6c04f1f4be1541e97c256d0c96b0574a5c25673af9d72f0f15d |
| 15 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 16 | +
|
| 17 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 18 | + :target: https://odoo-community.org/page/development-status |
| 19 | + :alt: Beta |
| 20 | +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png |
| 21 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 22 | + :alt: License: AGPL-3 |
| 23 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github |
| 24 | + :target: https://github.com/OCA/helpdesk/tree/19.0/helpdesk_mgmt_assign_method |
| 25 | + :alt: OCA/helpdesk |
| 26 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 27 | + :target: https://translation.odoo-community.org/projects/helpdesk-19-0/helpdesk-19-0-helpdesk_mgmt_assign_method |
| 28 | + :alt: Translate me on Weblate |
| 29 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 30 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/helpdesk&target_branch=19.0 |
| 31 | + :alt: Try me on Runboat |
| 32 | + |
| 33 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 34 | + |
| 35 | +This module adds advanced ticket assignment methods to Odoo Helpdesk |
| 36 | +teams. You can configure each team to assign tickets manually, randomly, |
| 37 | +balanced (least open tickets), or sequentially (round-robin). Automatic |
| 38 | +assignment only works if users are assigned to the team. The responsible |
| 39 | +user is set automatically when creating or updating tickets, improving |
| 40 | +workflow and team efficiency. |
| 41 | + |
| 42 | +**Table of contents** |
| 43 | + |
| 44 | +.. contents:: |
| 45 | + :local: |
| 46 | + |
| 47 | +Usage |
| 48 | +===== |
| 49 | + |
| 50 | +1. Go to *Helpdesk > Teams* and select or create a team. |
| 51 | +2. In the team form, choose the **Assignment Method**: Manual, Randomly, |
| 52 | + Balanced, or Sequential. |
| 53 | +3. Add users to the team (required for automatic assignment). |
| 54 | +4. Save the team. |
| 55 | + |
| 56 | +When creating a new ticket (from Kanban or form view): |
| 57 | + |
| 58 | +- Select the team for the ticket. |
| 59 | + |
| 60 | +- The responsible user will be automatically assigned based on the |
| 61 | + team's assignment method: |
| 62 | + |
| 63 | + - **Manual**: No automatic assignment; you must select the user |
| 64 | + manually. |
| 65 | + - **Randomly**: The ticket is assigned to a team member in a fair |
| 66 | + random order. |
| 67 | + - **Balanced**: The ticket is assigned to the user with the fewest |
| 68 | + open tickets. |
| 69 | + - **Sequential**: The ticket is assigned in round-robin order among |
| 70 | + team members. |
| 71 | + |
| 72 | +Note: |
| 73 | + |
| 74 | +- If no users are assigned to the team, only the manual method is |
| 75 | + available. |
| 76 | +- Changing the team on a ticket will re-trigger the assignment logic. |
| 77 | + |
| 78 | +Bug Tracker |
| 79 | +=========== |
| 80 | + |
| 81 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/helpdesk/issues>`_. |
| 82 | +In case of trouble, please check there if your issue has already been reported. |
| 83 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 84 | +`feedback <https://github.com/OCA/helpdesk/issues/new?body=module:%20helpdesk_mgmt_assign_method%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 85 | + |
| 86 | +Do not contact contributors directly about support or help with technical issues. |
| 87 | + |
| 88 | +Credits |
| 89 | +======= |
| 90 | + |
| 91 | +Authors |
| 92 | +------- |
| 93 | + |
| 94 | +* Escodoo |
| 95 | + |
| 96 | +Contributors |
| 97 | +------------ |
| 98 | + |
| 99 | +- `Escodoo <https://www.escodoo.com.br>`__: |
| 100 | + |
| 101 | + - Marcel Savegnago <marcel.savegnago@escodoo.com.br> |
| 102 | + - Kaynnan Lemes <kaynnan.lemes@escodoo.com.br> |
| 103 | + |
| 104 | +Maintainers |
| 105 | +----------- |
| 106 | + |
| 107 | +This module is maintained by the OCA. |
| 108 | + |
| 109 | +.. image:: https://odoo-community.org/logo.png |
| 110 | + :alt: Odoo Community Association |
| 111 | + :target: https://odoo-community.org |
| 112 | + |
| 113 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 114 | +mission is to support the collaborative development of Odoo features and |
| 115 | +promote its widespread use. |
| 116 | + |
| 117 | +This module is part of the `OCA/helpdesk <https://github.com/OCA/helpdesk/tree/19.0/helpdesk_mgmt_assign_method>`_ project on GitHub. |
| 118 | + |
| 119 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments