Skip to Content
Menu
This question has been flagged
2 Replies
2580 Zobrazenia

Hello

with automated actions I want create a ticket helpdesk.

for the moment I create the ticket with the good trigger but I want link the customer of the ticket to the contact

can you help me?


Avatar
Zrušiť

Hi, can you post an English image or describe more about your use case when you want to create ticket please it that when a partner have been create ?

Best Answer

Hello, 

You need to run the python code in place of create record. 

x = env['res.partner'].browse(record.id)

env['helpdesk.ticket'].create({'name':'Test','partner_id':x.id})


Thanks

Avatar
Zrušiť
Autor Best Answer

thank you

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
jún 24
3309
1
jan 24
1492
3
júl 24
5660
0
apr 23
3091
1
aug 25
585