I am triyin to set multiple email addresses to send email from compose.
I tried:
<field name="email_to">${object.carrier_id.carrier_email_1},${object.carrier_id.carrier_email_2}</field>
and "emal_cc".
The system sends OK the emails, but the receivers only sees as they are then only receptors.
I want to set CC or TO, but all the recivers can see to whom has send the email.
Thanks!