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

I use 

``` 

<img t-if="o.visitor.visitor_image" t-att-src="'data:image/png;base64,%s' % o.visitor.visitor_image" height="120" border="1" width="120"/>

```

but still my image not show in Qweb PDF report

아바타
취소
베스트 답변

Hi Usman,

Try following code:

<img t-if="o.visitor.visitor_image" t-att-src="'data:image/png;base64,%s' % o.visitor.visitor_image"/>
아바타
취소
작성자 베스트 답변

<img t-if="o.visitor.visitor_image" t-att-src="'data:image/png;base64,%s' % to_text(o.visitor.visitor_image)" height="120" border="1" width="120"/>

아바타
취소
관련 게시물 답글 화면 활동
2
3월 24
3002
2
10월 22
5887
1
2월 22
3038
1
8월 21
4548
2
3월 21
4075