Skip to content

Commit

Permalink
Merge PR #1999 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Dec 31, 2024
2 parents 2ae3d17 + a4fe282 commit c533986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_cash_deposit/models/account_cash_deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c533986

Please sign in to comment.