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
TICKET 57508 - fix qweb report variables

X-original-commit: 2c75dbe
  • Loading branch information
ica-adhoc authored and zaoral committed Dec 12, 2022
1 parent b82b6ca commit 30306fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions l10n_ar_ux/__manifest__.py
@@ -1,6 +1,12 @@
{
'name': 'Argentinian Accounting UX',
<<<<<<< HEAD
'version': "16.0.1.0.0",
||||||| parent of 5944183f... temp
'version': "15.0.1.12.0",
=======
'version': "15.0.1.13.0",
>>>>>>> 5944183f... temp
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
6 changes: 3 additions & 3 deletions l10n_ar_ux/reports/report_payment_group.xml
Expand Up @@ -69,12 +69,12 @@
<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>
</td>
<td class="text-right" t-if="any(o.mapped('payment_ids.other_currency'))">
<t t-if="line.currency_id">
<span class="text-nowrap" t-field="line.signed_amount" t-field-options='{"widget": "monetary", "display_currency": "line.currency_id"}'/>
<t t-if="check.currency_id">
<span class="text-nowrap" t-field="check.signed_amount" t-field-options='{"widget": "monetary", "display_currency": "check.currency_id"}'/>
</t>
</td>
<td class="text-right o_price_total">
<span class="text-nowrap" t-field="line.l10n_ar_amount_company_currency_signed"/>
<span class="text-nowrap" t-field="check.l10n_ar_amount_company_currency_signed"/>
</td>
</tr>
</t>
Expand Down

0 comments on commit 30306fc

Please sign in to comment.