[ADD] Helpdesk create task from ticket #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "helpdesk_create_task_from_ticket"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created a new module
helpdesk_create_task_from_ticket
which changes the behavior of the buttons "create" and "create and edit" of the fieldtask
in a ticket form.It automatically fills up these tasks fields
Several comments to work on :-)
@@ -0,0 +1,28 @@
from odoo import models, api
Suggestion: add a dependency on addons https://github.com/OCA/project/tree/16.0/project_task_add_very_high
which adds values 2 and 3 to the task priority field. That may help you to avoid this "twist".
Can you remove this file?
to be deleted as from another PR ?
@@ -0,0 +1,28 @@
from odoo import models, api
good idea 😃