Skip to content
Snippets Groups Projects
Commit fdbabfdc authored by remi-filament's avatar remi-filament
Browse files

[FIX] account: Add widget date for payments


closes odoo/odoo#34324

Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent 8523e972
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@
<t t-foreach="payments_vals" t-as="payment_vals">
<tr>
<td>
<i class="oe_form_field text-right oe_payment_label">Paid on <t t-esc="payment_vals['date']"/></i>
<i class="oe_form_field text-right oe_payment_label">Paid on <t t-esc="payment_vals['date']" t-options='{"widget": "date"}'/></i>
</td>
<td class="text-right">
<span t-esc="payment_vals['amount']" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment