mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] t-field-options qweb tag
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<td class="text-right">
|
||||
<span
|
||||
t-field="line.subtotal"
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -87,7 +87,7 @@
|
||||
<td class="text-right">
|
||||
<span
|
||||
t-field="o.total_amount"
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<h3>Beneficiary:</h3>
|
||||
<div
|
||||
t-field="o.company_id.partner_id"
|
||||
t-field-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": true}'
|
||||
t-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": true}'
|
||||
/>
|
||||
<p>
|
||||
<b>Bank Account Number to Credit:</b>
|
||||
@@ -79,7 +79,7 @@
|
||||
>
|
||||
<span
|
||||
t-field="move_line.debit"
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
</t>
|
||||
<t
|
||||
@@ -87,7 +87,7 @@
|
||||
>
|
||||
<span
|
||||
t-field="move_line.amount_currency"
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
</t>
|
||||
</td>
|
||||
@@ -103,7 +103,7 @@
|
||||
<b>
|
||||
<span
|
||||
t-field="o.total_amount"
|
||||
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
|
||||
/>
|
||||
</b>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user