mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] Delivery add & Carrier information in report
This commit is contained in:
committed by
Christopher Ormaza
parent
43ac226a89
commit
1db9ace03d
@@ -119,12 +119,14 @@
|
||||
t-value="picking.partner_id or (picking.move_lines and picking.move_lines[0].partner_id) or False"
|
||||
/>
|
||||
<t t-if="partner" name="partner_header">
|
||||
<t t-set="address">
|
||||
<div
|
||||
t-esc="partner"
|
||||
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True}'
|
||||
/>
|
||||
</t>
|
||||
<div class="row">
|
||||
<div class="col-5 offset-7">
|
||||
<div
|
||||
t-esc="partner"
|
||||
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True}'
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<div class="page">
|
||||
@@ -155,6 +157,13 @@
|
||||
/>
|
||||
</t>
|
||||
</div>
|
||||
<div
|
||||
t-if="picking.picking_type_id.code == 'outgoing' and picking.carrier_id"
|
||||
class="col-auto"
|
||||
>
|
||||
<strong>Carrier:</strong>
|
||||
<p t-field="picking.carrier_id" />
|
||||
</div>
|
||||
</div>
|
||||
<table
|
||||
class="table table-sm"
|
||||
|
||||
Reference in New Issue
Block a user