Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sty 16
4491
1
paź 15
6962
3
lip 23
7045
6
paź 18
7006
1
kwi 25
1287