I'd like to be able to print the image of a product on the various pdf reports that Odoo outputs - like the Quotation/Order, the
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
7272
화면
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;"/>
Hi,
To add the product image in the reports, have a look at this module : Product image for sale reports
This will add the product image in sale report
Thanks
The answer may be irrelevant for the one who asked the question, but will help the one who are looking for the same
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
9월 25
|
4830 | ||
|
4
3월 22
|
17660 | ||
|
2
12월 21
|
1929 | ||
|
0
10월 21
|
3154 | ||
|
2
12월 19
|
23755 |