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

I have created a boolean field within the partner, if it is true, it should insert a message into the RFQ template ('This is an automatic message. Please do not reply to this email'), but even though I have created the functions, imported the models, the message still does not appear when I select the field and save it in the partner. I don't know what else it could be or what is missing. Attached are screenshots of the models and view. Thank you in advance for your help.




아바타
취소
작성자

Thank you very much for your help, but I already have this conditional function created. However, the message is not showing up in the template. And in the contacts, the same field is selected, being true.

베스트 답변

Dear Noemi,

You can achieve this little modification on the RFQ email template.

Using conditional formatting like below code:

% if  object.partner_id.use_csv_purchase :

            Show This

% else :

            Show That

% endif

Thank you

아바타
취소
관련 게시물 답글 화면 활동
2
7월 23
2766
1
2월 25
3234
1
7월 22
4230
4
6월 25
2006
1
6월 25
844