[FIX] account report_invoice: more space to display the taxes, right field to display the fiscal position

bzr revid: sle@openerp.com-20140502130340-22dyefrmj4kqrzdb
This commit is contained in:
Simon Lejeune 2014-05-02 15:03:40 +02:00
parent 7ad6d7a150
commit 66f5bbcf67
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
</div>
<div class="row" t-if="o.tax_line">
<div class="col-xs-3">
<div class="col-xs-6">
<table class="table table-condensed">
<thead>
<tr>
@ -136,7 +136,7 @@
</p>
<p t-if="o.fiscal_position">
<strong>Fiscal Position:</strong>
<span t-field="o.fiscal_position.note"/>
<span t-field="o.fiscal_position"/>
</p>
</div>
</t>