|
@@ -18,7 +18,9 @@
|
|
|
<span t-if="o.type == 'payment'">Paid to:</span>
|
|
|
</strong>
|
|
|
<span t-field="o.partner_id"/> - Address:
|
|
|
- <span t-field="o.partner_id.contact_address"/></p>
|
|
|
+ <span t-field="o.partner_id.contact_address"/> - R.U.C. Nº:
|
|
|
+ <span t-field="o.partner_id.ruc"/>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="col-xs-9">
|
|
|
<p><strong>
|
|
@@ -26,7 +28,9 @@
|
|
|
<span t-if="o.type == 'payment'">Paid by:</span>
|
|
|
</strong>
|
|
|
<span t-field="o.company_id"/> - Address:
|
|
|
- <span t-field="o.company_id.partner_id.contact_address"/></p>
|
|
|
+ <span t-field="o.company_id.partner_id.contact_address"/> - R.U.C. Nº:
|
|
|
+ <span t-field="o.company_id.vat"/>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="col-xs-4">
|
|
|
<strong>Payment Date:</strong>
|