There is a field 'note' in the 'sale.order' module, in it I want to write HTML code(<h1>TITLE</h1>
), and output the title, but in the report instead of the title I get just the text <h1>TITLE</h1>
I tried doing it through t-raw, but it doesn't work, also tried it throughout, it still doesn't work
p.s. I use the Odoo studio editor