Skip to content

Commit

Permalink
Merge PR #1093 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by ivantodorovich
  • Loading branch information
OCA-git-bot committed Dec 18, 2023
2 parents 4d0ee13 + 728225c commit 966e200
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions pos_report_session_summary/views/report_session_summary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,16 @@
<td><span t-field="statement.name" /></td>
<td><span t-field="statement.journal_id" /></td>
<td class="text-right">
<span
t-field="statement.balance_start"
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
<span t-field="statement.balance_start" />
</td>
<td class="text-right">
<span
t-field="statement.total_entry_encoding"
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
<span t-field="statement.total_entry_encoding" />
</td>
<td class="text-right">
<span
t-field="statement.balance_end_real"
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
<span t-field="statement.balance_end_real" />
</td>
<td class="text-right">
<span
t-field="statement.difference"
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
<span t-field="statement.difference" />
</td>
<td
class="text-right"
Expand Down Expand Up @@ -143,10 +131,7 @@
t-field="line.account_id"
/></td>
<td class="text-right">
<span
t-field="line.amount"
t-options='{"widget": "monetary", "display_currency": "statement.currency_id"}'
/>
<span t-field="line.amount" />
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 966e200

Please sign in to comment.