Hi, I have a binary field (widget: image) but neither oth the two method work:
<img t-if="p.plato_ids.icono" t-att-src="'data:image/png;base64,%s' % p.plato_ids.icono"/>
(appears empty square)
<span t-field="p.plato_ids.icono" t-field-options='{"widget": "image"}'/>
(appears: iVBORw0KGgoAAAANSUhEUgAAAH gAAAB3C.............)
anyone knows any other method? Thank you