تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
12796 أدوات العرض

Dear All,

We are using Odoo 8.0. We have about 10 users in sales team and each user have their individual mail ids. Whenever a quotation  or invoice is sent, the mail need to go from individual mail ids. We have configured admin@ourdomain.com in outgoing mail server and the connection test is successful. Currently, when the mail is sent by any user, it uses admin@ourdomain.com as the email id and the same email id appears for the recipient of the emails.

I would appreciate any help in resolving the issue.

Regards,

Sudheendra

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

use : ${user.partner_id.email | safe}

bye

الصورة الرمزية
إهمال

@Cyril, what does "safe" signify?

Hi, user.partner_id.email | safe == user.partner_id.email or false, this will return false if there is no value for the first variable. bye

أفضل إجابة

hai you can set the out going mail id easily via email templates

settings->technical->email->templates

there search for your template and edit it

edit the template, on email configuration page you can see the outgoing mail option give the query there like

${(object.user_id.email or object.company_id.email or 'noreply@localhost')|safe}

this will send mail from usermail or company mail or localhost

enjoy odoo

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 25
4334
0
أبريل 15
3427
0
فبراير 17
3881
2
مارس 16
9627
1
فبراير 16
5872