Skip to content

Commit

Permalink
Merge PR #686 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Oct 19, 2024
2 parents a162ae9 + acc2895 commit 4aef25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impersonate_login/models/impersonate_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ImpersonateLog(models.Model):
_description = "Impersonate Logs"

user_id = fields.Many2one(
comodel_name="res.partner",
comodel_name="res.users",
)
impersonated_partner_id = fields.Many2one(
comodel_name="res.partner",
Expand Down

0 comments on commit 4aef25f

Please sign in to comment.