mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_cash_deposit: fix qweb report generation
This commit is contained in:
@@ -72,10 +72,7 @@
|
||||
<span t-field="line.qty" />
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<span
|
||||
t-field="line.subtotal"
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
<span t-field="line.subtotal" />
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
@@ -85,10 +82,7 @@
|
||||
<strong>Total:</strong>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<span
|
||||
t-field="o.total_amount"
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
<span t-field="o.total_amount" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user