diff --git a/account_cash_deposit/models/account_cash_deposit.py b/account_cash_deposit/models/account_cash_deposit.py index e0ac9c4f6a2..a0a787c510e 100644 --- a/account_cash_deposit/models/account_cash_deposit.py +++ b/account_cash_deposit/models/account_cash_deposit.py @@ -265,7 +265,7 @@ def name_get(self): ] ) 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):