Hi there,
I'm using a PHP script to generate quotation through our website via XMLRPC. In the quotation line description I'd like to insert a new line, so that the format of the line description becomes something like:
Product name
Size: length x width x height
Color: blue
Instead of "Product name, Size x y z, color: blue"
Does somebody has any clue about how to format this in the XMLRPC value? I tried both html, xml and python line breaks/carriage returns.