-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][FIX] Email formating when receive it by mail gateway, create new ticket with wrong label #491
[14.0][FIX] Email formating when receive it by mail gateway, create new ticket with wrong label #491
Conversation
This fix #435 |
6911bdf
to
efecb5f
Compare
What do you think about the coverage, do I need to do more test? It's the method _extract_email I created. |
Please check how it's done in |
This is the code into module project v14.0 |
fc5d8cd
to
69cb878
Compare
It works now, I tested it. Thanks for your reviews. |
Codecov not pass, because of if not msg.get("author_id"):
defaults["partner_name"] = partner_name Do you want me to add a duplicate test without author? Thanks |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
…ssage from mail gateway Fill partner_name if partner_id not found
69cb878
to
f6b940f
Compare
I rebase with 14.0, ready to merge! |
/ocabot merge patch Please fw-port it to upper versions. |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at fc5e817. Thanks a lot for contributing to OCA. ❤️ |
[FIX] helpdesk_mgmt: format email when receive it from new message mail gateway
Before, email was like '"Name" name@company.com'
Now, email is like 'name@company.com'
To field partner_email into model helpdesk.ticket