minor fix

This commit is contained in:
Wilson Gomez 2023-08-22 11:22:54 -05:00
parent 6ac638137b
commit 3b569a7de8
2 changed files with 3 additions and 1 deletions

View file

@ -82,4 +82,6 @@ def register():
payment.GroupPaymentBankReport,
payment.BankReportBogota,
payment.BankReportBancolombia,
payment.BankReportDavivienda,
payment.BankReportOccidente,
module='account_voucher', type_='report')

View file

@ -89,7 +89,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="name">Bank Payments Davivienda xls</field>
<field name="model">account.payment.group</field>
<field name="report_name">account.group_payment_bank.report_davivienda</field>
<field name="report">account_voucher/bank_payments_davivienda.ods</field>
<field name="report">account_voucher/bank_payments_davivienda.fods</field>
<field name="template_extension">ods</field>
<field name="translatable">False</field>
</record>