Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
8600 Lượt xem

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="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;phone&quot;, &quot;fax&quot;], &quot;no_marker&quot;: true}"/>

 

How could I put the zip code on a new line? How can I put new comma in address?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

"Address Format" is set in the definition of the country. See view of country "Canada". You can change the layout of a standard.

Ảnh đại diện
Huỷ bỏ
Tác giả

very interesting. I will try it soon.

Tác giả Câu trả lời hay nhất

Here it is! Thanks

Ảnh đại diện
Huỷ bỏ