| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/helpdesk |
| GIT | |
| GIT | https://github.com/OCA/helpdesk.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/helpdesk/tree/17.0/helpdesk_mgmt_assign_method |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/helpdesk |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/helpdesk: - helpdesk_mgmt odoo/odoo: - base - base_setup - web - bus - web_tour - portal - web_editor - http_routing - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds advanced ticket assignment methods to Odoo Helpdesk teams. You can configure each team to assign tickets manually, randomly, balanced (least open tickets), or sequentially (round-robin). Automatic assignment only works if users are assigned to the team. The responsible user is set automatically when creating or updating tickets, improving workflow and team efficiency. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
helpdesk_ticket_team_form_view |
helpdesk.ticket.team.form (assign method) | helpdesk.ticket.team | xpath | Inherits helpdesk_mgmt.view_helpdesk_team_form |
No new fields.
Public methods (2)create(self, vals)
default_get(self, fields_list)
assign_method
Selection
default='manual'
help='Automatic assignation method for new tickets:\nManually: manual\nRandomly: randomly but everyone gets the same amount\nBalanced: to the person with the least amount of open tickets\nSequential: ensuring an even distribution among team members'
required=True
string='Assignation Method'
args: [('manual', 'Manually'), ('randomly', 'Randomly'), ('balanced', 'Balanced'), ('sequential', 'Sequential')]
get_new_user(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/helpdesk |
| GIT | |
| GIT | https://github.com/OCA/helpdesk.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/helpdesk/tree/16.0/helpdesk_mgmt_assign_method |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Escodoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Escodoo |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Kaynnan Lemes |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/helpdesk |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/helpdesk: - helpdesk_mgmt odoo/odoo: - base - base_setup - web - bus - web_tour - portal - web_editor - http_routing - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
helpdesk_ticket_team_form_view |
helpdesk.ticket.team.form (assign method) | helpdesk.ticket.team | xpath | Inherits helpdesk_mgmt.view_helpdesk_team_form |
No new fields.
Public methods (2)create(self, vals)
default_get(self, fields_list)
assign_method
Selection
default='manual'
help='Automatic assignation method for new tickets:\nManually: manual\nRandomly: randomly but everyone gets the same amount\nBalanced: to the person with the least amount of open tickets\nSequential: ensuring an even distribution among team members'
required=True
string='Assignation Method'
args: [('manual', 'Manually'), ('randomly', 'Randomly'), ('balanced', 'Balanced'), ('sequential', 'Sequential')]
get_new_user(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/helpdesk |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] helpdesk_mgmt_assign_method: Migration to 18.0 (#1038) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/helpdesk |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] helpdesk_mgmt_assign_method: migration to 19.0 (#1040) |