Hello,
What is the difference between partner_to and email_to in email.template?
and when i should use email_to instead of partner_to?
Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
What is the difference between partner_to and email_to in email.template?
and when i should use email_to instead of partner_to?
Thanks.
Hello Nishant,
Thanks to replay.
my xml code look like this (each email separated by comma):
<field name="email_to">${(object.user_id.email or '')|safe}, ${(object.partner_id.email or '')|safe}</field>
When launching the email template form, the email address is visible in recipients fields (it's look like everything is ok - there are two email destination)
The problem is, only the last email address that receive email
Problem solved, I removed the whitespace after email address separator (comma).
Hello,
email_to:
Inside email_to you can enter email addresses saperated by comma.
partner_to:
Inside partner_to you need to enter partner ID saperated with comma so email will be send to email address of enterd partner IDS.
Hope this will be helpful.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Feb 23
|
669 | ||
|
1
May 22
|
1408 | ||
|
0
May 21
|
1539 | ||
|
0
Jun 23
|
1442 | ||
|
1
Mar 23
|
1458 |