You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] account: emphasizes exchange diff entries in payment widget
Task ID: 2712093
Currently:
- In the payment widget the exchange difference value is always shown as 0 and is described as "Paid on", which can be confusing for a user
Desired:
- The exchange difference should have the difference amount and be described as "Exchange difference" (text-muted)
- In the payment widget pop-up, show the both the amount in company and foreign currencies
closes#82206
Signed-off-by: Quentin De Paoli <qdp@odoo.com>
Copy file name to clipboardExpand all lines: addons/account/static/src/xml/account_payment.xml
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,24 @@
37
37
<td>
38
38
<arole="button"tabindex="0"class="js_payment_info fa fa-info-circle"t-att-index="line.index"style="margin-right:5px;"aria-label="Info"title="Journal Entry Info"data-toggle="tooltip"></a>
39
39
</td>
40
-
<td>
41
-
<iclass="o_field_widget text-right o_payment_label">Paid on <tt-esc="line.date"></t></i>
40
+
<tdt-if="!line.is_exchange">
41
+
<iclass="o_field_widget text-left o_payment_label">Paid on <tt-esc="line.date"></t></i>
0 commit comments