This question has been flagged
4 Replies
3456 Views

Is there any rule for putting multiple email addresses in a single Odoo contact?
Can they be separated with semicolons ";" or with commas ","?

Avatar
Discard
Best Answer

Hi 

By default, Odoo allows you to add only one email address per customer. However, you can add multiple emails, phone numbers, etc. to a customer's (res. partner) model by writing custom code.

Multiple addresses of contact can be added using the add button in the contacts and addresses page in each record.



Regards

Avatar
Discard

Hi,
We have been successfully using multiple email addresses on our account as suppliers (comma delimited). However the new UPS connector cannot handle the comma separated format and will allow us to have only one email address.
Tricky.

Best Answer

Hi,

By default, Odoo allows only one email address per record. It would be better to add a new field for additional email addresses.



Avatar
Discard
Author

Thanks for your answer, Kiran.
Which version are you using? This tooltip does not appears in my environment.

Its V16E

Best Answer

Hi, I have been doing test with two emails in the contact, sending invoices. In the first case I separated the emails using ; and in the second I separated with ,

In both cases the mails has arrived successfully to destiny.


Avatar
Discard