Comment 8 for bug 803744

Revision history for this message
Stephane SALAH (stephanesalah) wrote :

I have find a solution to display line and carriage return.

so for example on o.note (sale.order)

this is my solution :
<for each="nl in o.note.split('\n') or []">
<nl>
</for>