تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
7424 أدوات العرض

If i have a module with an image, how to embed an image from my field on module to webkit pdf.

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

I found it:

On your mako template:

${helper.embed_image('png', object.image,50,50) | n}

Where

helper.embed_image(image_type, object_image,width,height)
الصورة الرمزية
إهمال
أفضل إجابة

We use in sale_order:

<img src="data:image/png;base64,${line.product_id.image}" />

But than you must sure that all product images are png.

الصورة الرمزية
إهمال

In some case, if you want to add fixed image, I will use base64 module to encode, decode this image and insert it into report

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مارس 15
3463
2
نوفمبر 22
3924
3
أبريل 25
11352
1
فبراير 16
7823
1
يناير 16
4235