跳至内容
菜单
此问题已终结

I am struggling to understand what picking OUT report uses as addresses here. I would like to include the warehouse address were items are dispatched from, but I am not sure how to incorporate it and I do not fully understand what conditions are being tested:

<div class="col-xs-6">                                                                                    <div t-if="o.move_lines and o.move_lines[0].partner_id and o.move_lines[0].partner_id.id != o.partner_id.id">
        <span><strong>Dirección de entrega:</strong></span>
<div t-field="o.move_lines[0].partner_id" t-field-options="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;name&quot;, &quot;phone&quot;, &quot;fax&quot;], &quot;no_marker&quot;: true}"/>
   </div>      <div t-if="o.picking_type_id.code != 'internal' and (not o.move_lines or not o.move_lines[0].partner_id) and o.picking_type_id.warehouse_id.partner_id">
        <span><strong>Dirección de almacén:</strong></span>
<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;name&quot;, &quot;phone&quot;, &quot;fax&quot;], &quot;no_marker&quot;: true}"/>
</div>
</div>
</div>
形象
丢弃
相关帖文 回复 查看 活动
1
1月 16
4530
1
10月 15
7003
3
7月 23
7093
6
10月 18
7033
1
4月 25
1368