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

Already answered at:

https://www.odoo.com/forum/help-1/question/v9-how-can-i-show-a-product-image-in-a-report-like-the-quotation-or-sales-order-pdf-96696


You can inherit and override the QWEB report report_saleorder_document and add the following line:

<img t-if="l.product_id.image_small" t-att-src="'data:image/png;base64,%s' % l.product_id.image_small" style="max-height: 45px;"/>

아바타
취소