|
|
@ -7,7 +7,7 @@ |
|
|
|
<t t-call="web.external_layout"> |
|
|
|
<t t-set="o" t-value="o.with_context({'lang': lang})"/> |
|
|
|
<t t-set="address"> |
|
|
|
<address t-esc="o.address_get(['invoice'])['invoice']" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
<address t-esc="get_inv_addr(o)" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
<div t-if="o.vat" class="mt16"><t t-esc="company.country_id.vat_label or 'Tax ID'"/>: <span t-field="o.vat"/></div> |
|
|
|
</t> |
|
|
|
<div class="page"> |
|
|
|