Actually, I have this address in a report :
Here is the code to get this address :
<h4><strong>Shipping address :</strong></h4>
<div style="margin-left: 20px;" ><span t-field="o.picking_type_id.warehouse_id.name"/>
<div t-field="o.picking_type_id.warehouse_id.partner_id" t-field-options="{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true}"/>
How could I put the zip code on a new line? How can I put new comma in address?