[18.0][ADD] helpdesk_ticket_partner_response_mail_autogenerated_header - #1051
Conversation
|
Hi @peluko00, |
e2f3c8d to
b7456dd
Compare
b7456dd to
74e743d
Compare
|
@peluko00 it would be great if you could review this (small) module. |
|
Why do you need to modify the base module when you add a new module? |
|
This is to skip sending the response email if an auto-reply arrived which is functionality of the base module (helpdesk_ticket_partner_response). |
|
Please separate this [IMP] in another pr |
74e743d to
0f145b7
Compare
|
Done in #1053. |
0f145b7 to
5a9e300
Compare
|
@peluko00 now this goes green. Could you review, please? |
|
@peluko00 please check. Thanks. |
|
@marcelsavegnago could you review this too, please? |
|
This PR has the |
When an auto-generated email (e.g. an out-of-office reply carrying
Auto-Submitted: auto-repliedorX-Auto-Response-Suppress: AutoReply/All)is received on an existing helpdesk ticket, the ticket stage must not be
advanced automatically to avoid treating bot replies as genuine partner responses.
This module integrates
helpdesk_ticket_partner_responsewithmail_autogenerated_headerby overriding_skip_ticket_stage_update_from_autoreplyto detect such headers and suppress the stage update.
If follows a similar approach as #1050