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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
3
Replies
11960
Views
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)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 15
|
4135 | ||
|
1
Mar 15
|
6250 | ||
|
1
Mar 15
|
3852 | ||
|
0
Mar 15
|
4427 | ||
|
1
Mar 15
|
8646 |