[FIX] Add description to a model

This commit is contained in:
mreficent
2019-08-02 14:46:42 +02:00
committed by ernestotejeda
parent d7e6dddef6
commit 067ceeac2d

View File

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