helpdesk
helpdesk copied to clipboard
Odoo modules for managing a HelpDesk system
Hi everyone, I'm wondering if it could be possible to share teh way people are using categories and types and alos motive in helpdesk. I feel really disturbed by the...
port from: #577
Port from: #577
cc @Tecnativa TT50683
Apply the required attrs to the `project_id` field which has groups  Please @pedrobaeza and @pilarvargas-tecnativa can you review it? @Tecnativa
The module adds the following features: - Pre-configure ticket description template based on it's category
Reopening of #392 with tests added This module allows getting a ticket back to its initial state when a message is received about it, except if it is a notification....
The field is added in this view: https://github.com/OCA/helpdesk/blob/4c012b6db65ef5741d5c6c33795885080be4237e/helpdesk_mgmt_timesheet/views/helpdesk_ticket_view.xml#L87 wich is accessible only from 'hr_timesheet.group_hr_timesheet_user', so this domain cannot be applied: https://github.com/OCA/helpdesk/blob/4c012b6db65ef5741d5c6c33795885080be4237e/helpdesk_mgmt_timesheet/views/helpdesk_ticket_view.xml#L260 with this error: ``` Error: While parsing modifiers for...
Standard Migration @ForgeFlow Depends on: - https://github.com/OCA/helpdesk/pull/529
Same fix as #610 Tested in a 16.0 environment, the problem still occurs. - Disable "Required Category" in helpdesk settings - Create a ticket by /new/ticket with empty category Get...