[10.0][FIX]report_rma_order_line_document

This commit is contained in:
Chafique
2019-11-05 16:17:05 +01:00
committed by Aarón Henríquez
parent ce93dd94de
commit 989907fbb1

View File

@@ -7,7 +7,7 @@
<div class="oe_structure"/>
<div class="row">
<div class="col-xs-6">
<t t-if="(doc.customer_to_supplier==False and doc.type=='customer') or (doc.supplier_to_customer==False and doc.type=='supplier')">
<t t-if="((doc.customer_to_supplier==False and doc.type=='customer') or (doc.supplier_to_customer==False and doc.type=='supplier')) and doc.in_warehouse_id.partner_id">
<strong>Shipping address:</strong>
<div class="mt8">
<div t-field="doc.in_warehouse_id.partner_id"