Skip to content

Commit

Permalink
[FIX] l10n_ar_ux: payment group report check data
Browse files Browse the repository at this point in the history
Now the data of checks prints correctly in the payment group report

X-original-commit: 3d3831e
  • Loading branch information
ica-adhoc committed Nov 1, 2022
1 parent bdcd1ec commit 9d0c570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions l10n_ar_ux/__manifest__.py
@@ -1,6 +1,12 @@
{
'name': 'Argentinian Accounting UX',
<<<<<<< HEAD
'version': "15.0.1.10.0",
||||||| parent of dd986352... temp
'version': "15.0.1.11.0",
=======
'version': "15.0.1.12.0",
>>>>>>> dd986352... temp
'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 %s nro %s - %s" % ("electrónico " if line.l10n_latam_checkbook_id.type == "electronic" else "", 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 %s nro %s - %s" % ("electrónico " if check.l10n_latam_checkbook_id.type == "electronic" else "", check.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 9d0c570

Please sign in to comment.