Skip to content

Commit

Permalink
[FIX] sale_layout: correct the alignment of taxes
Browse files Browse the repository at this point in the history
To do the same on the rapport as what was done at odoo#14511
  • Loading branch information
philhug authored and mart-e committed Jan 3, 2017
1 parent 4ea61f6 commit 7cd2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sale_layout/views/report_invoice_layouted.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<td t-if="display_discount" class="text-right" groups="sale.group_discount_per_so_line">
<span t-field="l.discount"/>
</td>
<td>
<td class="text-right">
<span t-esc="', '.join(map(lambda x: (x.description or x.name), l.invoice_line_tax_ids))"/>
</td>
<td class="text-right">
Expand Down

0 comments on commit 7cd2969

Please sign in to comment.