콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Hello, I created an Openerp 7 eMail Server Action for an opportunity. The action gets executed when the Opportunity Next Action Date is past due for followup. I add info from the Opportunity's object into the email using fields like

object.partner_id.name Oject.name object.title_action

My question is, I want to send this email to the Salesperson assigned to this opportunity by placing the salespersons object email address into the "To:" field of the eMail Server Action. We have the Salesperson name assigned to the Opportunity. I can not figure out how the object field for the Salespersons email address. Is this not possible?

something like object.salesperson.email ???

아바타
취소

It is object.user_id.email

베스트 답변

Hi;

Try with: object.res_users.email

아바타
취소
작성자

This does not work. When I place object.res_users.email in the "Email Address" field under the "Email Configuration" tab the following garbage is inserted by server action:

작성자

"\"[[ object res users email ]]\"" <"[[ object.res_users.email ]]"@mail.xxxxxx.com&gt;

베스트 답변

It is object.user_id.email

아바타
취소
작성자

Does not work. The following garbage is inserted by the server action: "\"[[ object user id email ]]\"" <"[[ object.user_id.email ]]"@mail.xxxxxx.com&gt;

관련 게시물 답글 화면 활동
1
3월 15
6161
1
5월 24
1475
3
6월 23
12279
2
11월 23
2896
1
6월 23
2438