I search what field to overwrite from text to html. This snippet comes from "report_invoice_document" :
<div class="col-xs-2" t-if="o.name">
<strong>Description:</strong>
<p t-raw="o.name"/>
I already change t-value to t-raw but I don't find what field of what model to change for html...