mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Add description to a model
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user