[FIX] account_financial_report - fix abstract report class name

pull/932/head
Didderen Jérémy 2022-10-24 11:34:37 +02:00
parent 7a0c5035f6
commit af2852f51c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
from odoo import api, models
class AgedPartnerBalanceReport(models.AbstractModel):
class AccountFinancialAbstractReport(models.AbstractModel):
_name = "report.account_financial_report.abstract_report"
_description = "Abstract Report"