[FIX] account: Missing label for partner VAT in invoice report

Missing label for partner VAT field in invoice report
This commit is contained in:
Commandant Custo 2015-03-08 18:46:41 +01:00 committed by Simon Lejeune
parent 7e0ff24cca
commit deb1db281b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div class="col-xs-5 col-xs-offset-7">
<address t-field="o.partner_id"
t-field-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}' />
<span t-field="o.partner_id.vat"/>
<span t-if="o.partner_id.vat">VAT: <span t-field="o.partner_id.vat"/></span>
</div>
</div>