Skip to content

Commit

Permalink
[FIX]l10n_ar_account_reports: Replace t tag for span tag to fix error…
Browse files Browse the repository at this point in the history
… when reporting checks to date

closes #340

Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
  • Loading branch information
lucianobaleani authored and zaoral committed Mar 27, 2024
1 parent e076c4f commit bcb8b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_account_reports/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Accounting Reports Customized for Argentina',
'version': "15.0.1.2.0",
'version': "15.0.1.2.1",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
3 changes: 1 addition & 2 deletions l10n_ar_account_reports/reports/report_checks_to_date.xml
Expand Up @@ -5,7 +5,7 @@
<t t-call="web.html_container">
<t t-set="company" t-value="env.company"/>
<t t-call="web.internal_layout">
<h3 class="text-center">Listado de cheques pendientes al <t t-field="docs.to_date"/></h3>
<h3 class="text-center">Listado de cheques pendientes al <span t-field="docs.to_date"/></h3>
<t t-if="docs.journal_id">
Diario: <span t-esc="docs.env['account.journal'].browse(docs.journal_id.id).name"/>
</t>
Expand Down Expand Up @@ -117,4 +117,3 @@
</record>

</odoo>

0 comments on commit bcb8b82

Please sign in to comment.