| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/helpdesk |
| GIT | |
| GIT | https://github.com/OCA/helpdesk.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/helpdesk/tree/18.0/helpdesk_mgmt_activity |
| 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), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/helpdesk |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/helpdesk: - helpdesk_mgmt odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | The module adds the following features: - Link a ticket to an Odoo model record - Set the list of available models for a Helpdesk team - Pre-configure ticket description template based on it's category - Create an activity for the linked record right from the Ticket - Change the Ticket's stage based on the activity state |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_activity_view_form_popup |
mail.activity.view.form.popup.helpdesk.inherit | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
res_config_settings_view_form |
res.config.settings.form.view | res.config.settings | xpath | Inherits helpdesk_mgmt.res_config_settings_view_form |
ticket_view_form |
helpdesk.ticket.view.form | helpdesk.ticket | header | Inherits helpdesk_mgmt.ticket_view_form |
view_helpdesk_team_form |
view.helpdesk_team.form | helpdesk.ticket.team | group | Inherits helpdesk_mgmt.view_helpdesk_team_form |
assigned_user_id
Many2one → res.users
comodel_name='res.users'
can_create_activity
Boolean
related='team_id.allow_set_activity'
date_deadline
Date
default=fields.Date.today
string='Due Date'
is_new_stage
Boolean
compute='_compute_is_new_stage'
next_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
compute='_compute_next_stage_id'
index=True
store=True
record_ref
Reference
compute='_compute_record_ref'
inverse='_inverse_record_ref'
selection='_selection_record_ref'
string='Source Record'
res_id
Integer
index=True
string='Source Document'
res_model
Char
index=True
string='Source Document Model'
source_activity_type_id
Many2one → mail.activity.type
comodel_name='mail.activity.type'
perform_action(self)
set_next_stage(self)
activity_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
domain="['|', ('team_ids', 'in, []'), ('team_ids', 'in', [id])]"
help='Move the ticket when the activity in source record is done'
string='Done Activity Stage'
allow_set_activity
Boolean
help='Available to set activity on source record from ticket'
string='Set Activities'
No public methods.
ticket_id
Many2one → helpdesk.ticket
comodel_name='helpdesk.ticket'
help='Activity created from helpdesk ticketAfter closing this activity, ticket is moved to done stage'
No public methods.
helpdesk_available_model_ids
Many2many → ir.model
comodel_name='ir.model'
domain="[('transient', '=', False)]"
help='Available models for set source record in helpdesk ticket'
string='Available Models'
get_values(self)
set_values(self)
| 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_activity |
| 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), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| 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 | The module adds the following features: - Link a ticket to an Odoo model record - Set the list of available models for a Helpdesk team - Pre-configure ticket description template based on it's category - Create an activity for the linked record right from the Ticket - Change the Ticket's stage based on the activity state |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_activity_view_form_popup |
mail.activity.view.form.popup.helpdesk.inherit | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
res_config_settings_view_form |
res.config.settings.form.view | res.config.settings | xpath | Inherits helpdesk_mgmt.res_config_settings_view_form |
ticket_view_form |
helpdesk.ticket.view.form | helpdesk.ticket | header | Inherits helpdesk_mgmt.ticket_view_form |
view_helpdesk_team_form |
view.helpdesk_team.form | helpdesk.ticket.team | group | Inherits helpdesk_mgmt.view_helpdesk_team_form |
assigned_user_id
Many2one → res.users
comodel_name='res.users'
can_create_activity
Boolean
related='team_id.allow_set_activity'
date_deadline
Date
default=fields.Date.today
string='Due Date'
is_new_stage
Boolean
compute='_compute_is_new_stage'
next_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
compute='_compute_next_stage_id'
index=True
store=True
record_ref
Reference
compute='_compute_record_ref'
inverse='_inverse_record_ref'
selection='_selection_record_ref'
string='Source Record'
res_id
Integer
index=True
string='Source Document'
res_model
Char
index=True
string='Source Document Model'
source_activity_type_id
Many2one → mail.activity.type
comodel_name='mail.activity.type'
perform_action(self)
set_next_stage(self)
activity_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
domain="['|', ('team_ids', 'in, []'), ('team_ids', 'in', [id])]"
help='Move the ticket when the activity in source record is done'
string='Done Activity Stage'
allow_set_activity
Boolean
help='Available to set activity on source record from ticket'
string='Set Activities'
No public methods.
ticket_id
Many2one → helpdesk.ticket
comodel_name='helpdesk.ticket'
help='Activity created from helpdesk ticketAfter closing this activity, ticket is moved to done stage'
No public methods.
helpdesk_available_model_ids
Many2many → ir.model
comodel_name='ir.model'
domain="[('transient', '=', False)]"
help='Available models for set source record in helpdesk ticket'
string='Available Models'
get_values(self)
set_values(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_activity |
| 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), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Ivan Sokolov |
| 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 |
|---|---|---|---|---|
mail_activity_view_form_popup |
mail.activity.view.form.popup.helpdesk.inherit | mail.activity | field | Inherits mail.mail_activity_view_form_popup |
res_config_settings_view_form |
res.config.settings.form.view | res.config.settings | xpath | Inherits helpdesk_mgmt.res_config_settings_view_form |
ticket_view_form |
helpdesk.ticket.view.form | helpdesk.ticket | header | Inherits helpdesk_mgmt.ticket_view_form |
view_helpdesk_team_form |
view.helpdesk_team.form | helpdesk.ticket.team | group | Inherits helpdesk_mgmt.view_helpdesk_team_form |
assigned_user_id
Many2one → res.users
comodel_name='res.users'
can_create_activity
Boolean
related='team_id.allow_set_activity'
date_deadline
Date
default=fields.Date.today
string='Due Date'
is_new_stage
Boolean
compute='_compute_is_new_stage'
next_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
compute='_compute_next_stage_id'
index=True
store=True
record_ref
Reference
compute='_compute_record_ref'
inverse='_inverse_record_ref'
selection='_selection_record_ref'
string='Source Record'
res_id
Integer
index=True
string='Source Document'
res_model
Char
index=True
string='Source Document Model'
source_activity_type_id
Many2one → mail.activity.type
comodel_name='mail.activity.type'
perform_action(self)
set_next_stage(self)
activity_stage_id
Many2one → helpdesk.ticket.stage
comodel_name='helpdesk.ticket.stage'
domain="['|', ('team_ids', 'in, []'), ('team_ids', 'in', [id])]"
help='Move the ticket when the activity in source record is done'
string='Done Activity Stage'
allow_set_activity
Boolean
help='Available to set activity on source record from ticket'
string='Set Activities'
No public methods.
ticket_id
Many2one → helpdesk.ticket
comodel_name='helpdesk.ticket'
help='Activity created from helpdesk ticketAfter closing this activity, ticket is moved to done stage'
No public methods.
helpdesk_available_model_ids
Many2many → ir.model
comodel_name='ir.model'
domain="[('transient', '=', False)]"
help='Available models for set source record in helpdesk ticket'
string='Available Models'
get_values(self)
set_values(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/helpdesk |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] helpdesk_mgmt_activity: Migration to 19.0 (#1045) |