diff --git a/account_reconcile_restrict_partner_mismatch/report/report_reconciled_lines.py b/account_reconcile_restrict_partner_mismatch/report/report_reconciled_lines.py index ac2cfc57..994264ac 100644 --- a/account_reconcile_restrict_partner_mismatch/report/report_reconciled_lines.py +++ b/account_reconcile_restrict_partner_mismatch/report/report_reconciled_lines.py @@ -7,6 +7,7 @@ from odoo import api, fields, models, tools class AccountReconcilePartnerMismatchReport(models.Model): _name = 'account.reconcile.partner.mismatch.report' + _description = 'Account Reconcile Partner Mismatch Report' _auto = False partial_reconcile_id = fields.Many2one(