[EMAIL PROTECTED] wrote:
> Hello
>
> My questions is similar to 
> http://tinyerp.org/forum/topic3703.html
>
>
> [[ format(o.note or '') ]]
>
>
> The above code in 4.2 formats notes as such when writing text in sale order 
> notes the following way:
> test
> test
>
> test
> test
>
> it will be printed like this, without the space:
>
> test
> test
> test
> test
>   
did you try <xpre></xpre>? at least for me, this seems to work:

<para style="someStyle">[[ line.notes or '' ]] [[ setTag('para','xpre')
]]</para>

i can't quite remember if/why this strange setTag is necessary. perhaps

<xpre style="someStyle">[[line.notes or '']]</xpre> accomplishes the
same. Btw, this solution was suggested by Fabien in topic 3703 ;)

regards,
  Robert
begin:vcard
fn;quoted-printable:Robert Sch=C3=B6ftner
n;quoted-printable:Sch=C3=B6ftner;Robert
org;quoted-printable:LBT Sch=C3=B6ftner Technik GmbH
adr;quoted-printable;quoted-printable:;;Humerstra=C3=9Fe 41;H=C3=B6rsching;;4063;Austria
email;internet:[EMAIL PROTECTED]
tel;work:+43-7221-72659
tel;fax:+43-7221-72659-44
url:http://www.lbt-schoeftner.at
version:2.1
end:vcard

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to