print image in rml file
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
3
답글
12118
화면
put in rml file
<image x="1.3cm" y="27.6cm" height="40.0" >[[ **class-object.image** ]]</image>
or may use like this
<image x="1.3cm" y="27.6cm" height="40.0" file ="/module/image.format"> [</image>
you can add image at specific location using this,
<image file="../report/image_name.format" width="5cm" height="3cm"/>
Keep in mind that for OpenERP to print images, you report must be set to external mode. Internal mode report don't go trough the image processing. (Found this the hard way after hours of debugging)
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
3월 15
|
4289 | ||
|
1
3월 15
|
6437 | ||
|
1
3월 15
|
4017 | ||
|
0
3월 15
|
4573 | ||
|
1
3월 15
|
8839 |