i want to show image from model res.company.plogo which is binary custom field
how can we do that like scr="res.company.plogo" or any other solution to get image from model res.company.plogo and show here down
<?xml version="1.0" encoding="UTF-8" ?>
<templates id="template" xml:space="preserve">
<t t-extend="Chrome">
<t t-jquery=".pos-logo" t-operation="replace">
<img src="" style="padding: 5px; margin: 0px; height: 40px; width: 100px;" />
</t>
</t>
</templates>