mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] typo in model name prevent mass reconciliation to work on transaction ref
This commit is contained in:
@@ -6,7 +6,7 @@ from openerp import api, models
|
||||
|
||||
class MassReconcileAdvancedTransactionRef(models.TransientModel):
|
||||
|
||||
_name = 'mass.reconcile.advanced.transaction.ref'
|
||||
_name = 'mass.reconcile.advanced.transaction_ref'
|
||||
_inherit = 'mass.reconcile.advanced'
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user