Skip to content

Commit

Permalink
temp rebasing PR 353 (d0b0695)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Mar 28, 2024
2 parents 04ca551 + d0b0695 commit 206a1d3
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Accounting Reports Customized for Argentina',
'version': "17.0.1.0.0",
'version': "17.0.1.1.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
3 changes: 1 addition & 2 deletions l10n_ar_account_reports/reports/report_checks_to_date.xml
Original file line number Diff line number Diff line change
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 @@ -113,4 +113,3 @@
</record>

</odoo>

0 comments on commit 206a1d3

Please sign in to comment.