[FIX] account_financial_report - fix abstract report class name
parent
7a0c5035f6
commit
af2852f51c
|
@ -4,7 +4,7 @@
|
||||||
from odoo import api, models
|
from odoo import api, models
|
||||||
|
|
||||||
|
|
||||||
class AgedPartnerBalanceReport(models.AbstractModel):
|
class AccountFinancialAbstractReport(models.AbstractModel):
|
||||||
_name = "report.account_financial_report.abstract_report"
|
_name = "report.account_financial_report.abstract_report"
|
||||||
_description = "Abstract Report"
|
_description = "Abstract Report"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue