Skip to content

Commit

Permalink
[FIX] l10n_ar_ux: report_payment_group
Browse files Browse the repository at this point in the history
Now the payments section show correctly checks information

closes #698

Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
  • Loading branch information
ica-adhoc committed May 11, 2023
1 parent 01d5ee3 commit 4a12e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_ux/__manifest__.py
@@ -1,6 +1,6 @@
{
'name': 'Argentinian Accounting UX',
'version': "16.0.1.2.0",
'version': "16.0.1.3.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_ux/reports/report_payment_group.xml
Expand Up @@ -66,7 +66,7 @@
<t t-set="check" t-value="line.l10n_latam_check_id or line"/>
<tr>
<td>
<span t-out='"Cheque nro %s - %s" % (line.check_number, line.l10n_latam_check_bank_id.name or line.journal_id.name)'/><span t-if="line.l10n_latam_check_payment_date"> - Venc. <span t-field="line.l10n_latam_check_payment_date"/></span>
<span t-out='"Cheque nro %s - %s" % (check.l10n_latam_check_number, check.l10n_latam_check_bank_id.name or check.journal_id.name)'/><span t-if="check.l10n_latam_check_payment_date"> - Venc. <span t-field="check.l10n_latam_check_payment_date"/></span>
</td>
<td class="text-right" t-if="any(o.mapped('payment_ids.other_currency'))">
<t t-if="line.currency_id">
Expand Down

0 comments on commit 4a12e40

Please sign in to comment.