[FIX] Add description to a model

This commit is contained in:
mreficent
2019-08-02 14:46:42 +02:00
parent 2f2e93e0ad
commit fe8d857507

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(