<notebook>
<page name="chart" string="Chart">
<field name="graph_url" readonly="1" />
<div>
<!-- <img t-att-src="record.graph_url" alt="Graph Image"/> -->
</div>
</page>
</notebook>
So, the above code the graph_url is a char field containing the url to an image,
I want ot display it in the form
But it gives an owl error ... how do i just show it ??