[FIX] report_invoice: minor css fix to right align

A field was not rightly aligned in a report, this fix add a class which fixes this.

opw-630789 (fix by gab)
This commit is contained in:
Nicolas Lempereur 2015-03-20 16:09:29 +01:00
parent accd3b472a
commit efe8bfe5f1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<td class="text-right">
<span t-field="l.price_unit"/>
</td>
<td groups="sale.group_discount_per_so_line"><span t-field="l.discount"/></td>
<td class="text-right" groups="sale.group_discount_per_so_line"><span t-field="l.discount"/></td>
<td class="text-right">
<span t-esc="', '.join(map(lambda x: x.name, l.invoice_line_tax_id))"/>
</td>