Merge PR #932 into 14.0

Signed-off-by pedrobaeza
pull/930/head
OCA-git-bot 2022-10-24 09:55:30 +00:00
commit 9063de152b
1 changed files with 1 additions and 1 deletions

View File

@ -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"