mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_cash_deposit: fix name_get()
This commit is contained in:
@@ -264,7 +264,7 @@ class AccountCashDeposit(models.Model):
|
||||
]
|
||||
)
|
||||
for rec in self:
|
||||
res.append((rec.id, " ".join([type2label[self.operation_type], self.name])))
|
||||
res.append((rec.id, " ".join([type2label[rec.operation_type], rec.name])))
|
||||
return res
|
||||
|
||||
def confirm_order(self):
|
||||
|
||||
Reference in New Issue
Block a user