[18.0][FIX] mail_composer_cc_bcc: emails list - #54
Conversation
42bd42c to
73fc3d2
Compare
|
Default behavior in Currently, with mail_composer_cc_bcc But So |
|
I don't use this module, sorry. |
|
Hello @norlinhenrik, you are right, thanks for the fix, but CI is red, could you take a look please? |
73fc3d2 to
1415ef6
Compare
|
@norlinhenrik Is there any advancements here? |
|
@trisdoan @BT-anieto |
1415ef6 to
a8b36c7
Compare
Default behavior in ´mail´ is that _prepare_outgoing_list() returns mails with email_to as a LIST. ´mail_tracking´ is dependent on this behvaior, and it converts LIST to STRING using COMMASPACE. Without the fix in this commit, the combination of ´mail_composer_cc_bcc´ and ´mail_tracking´ will produce email_to with comma between each character.
a8b36c7 to
7932bde
Compare
|
@trisdoan @BT-anieto |
|
This PR has the |
|
/ocabot merge patch |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at d93d6d0. Thanks a lot for contributing to OCA. ❤️ |


mail.mail.email_tohad comma between each character. Not so anymore.