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

I'm trying to rescale images inside a report because they are big, but is not working. I'm trying with t-field-options='{"widget": "image", "size":[512,512]}' but it does nothing. I've tried with css/styles too but it isn't changing the size. What else could I try?

Thanks

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

Hi,

datas is binary field,

<span t-field="o.datas" t-field-options='{"widget": "image", "style":"width: 150px;height: 150px"}'/>

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

Hi Nacho,

This how company logo is set on report header

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

Best regards.

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

A lot of thanks Bejaoui Souheil, the problem was the widget option, with your code I can give to the image the size I want

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

Happy to Help :)

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
ديسمبر 21
4928
1
يونيو 20
4663
1
ديسمبر 19
7413
5
يونيو 17
9072
5
نوفمبر 16
6914