[IMP] rma_sale: shipping address portal default

This commit is contained in:
david
2020-11-11 10:48:07 +01:00
parent a6c28e5dc4
commit 76f3e57b79
2 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,13 @@
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}'/>
</t>
</t>
<t t-if="(doc.partner_id or doc.partner_shipping_id) and doc.partner_id != doc.partner_shipping_id">
<t t-set="information_block">
<strong>Shipping address:</strong>
<div t-field="doc.partner_shipping_id"
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}'/>
</t>
</t>
<div class="page">
<h2 class="mt16">
<span t-if="doc.state not in ['draft', 'cancelled']">RMA # </span>