Skip to content

Commit

Permalink
[IMP]sale_commission: remove always empty report column
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Jul 19, 2024
1 parent 4bab2f8 commit c80a783
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sale_commission/views/report_settlement_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<t t-if="o.show_partner_settlement_report">
<th>Partner</th>
</t>
<th>Invoice</th>
<th>Invoice line</th>
<th>Commission</th>
<th class="text-right">Amount settled</th>
Expand All @@ -42,9 +41,6 @@
<span t-field="l.partner_id" />
</td>
</t>
<td>
<span t-field="l.settlement_id.invoice_id" />
</td>
<td>
<span t-field="l.invoice_line_id" />
</td>
Expand Down

0 comments on commit c80a783

Please sign in to comment.