I want to add the effective_hours in crm.helpdesk model. How can I do that?
I have made a field like this: with this field I select the right task.
'task_helpdesk': fields.many2one('project.task', 'task_id', select=True),
Now everytime the "effective_hours" from this task_id changes. It should display in crm.helpdesk model.
How can I make that ?
Thank you