[FIX] t-field-options qweb tag

This commit is contained in:
sergiocorato
2023-11-03 12:35:01 +01:00
parent cfda341c57
commit 43557fc0f7
2 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>