mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] rma_sale: shipping address portal default
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user