Skip to content

Commit 4aef25f

Browse files
committed
Merge PR #686 into 17.0
Signed-off-by simahawk
2 parents a162ae9 + acc2895 commit 4aef25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impersonate_login/models/impersonate_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ImpersonateLog(models.Model):
1111
_description = "Impersonate Logs"
1212

1313
user_id = fields.Many2one(
14-
comodel_name="res.partner",
14+
comodel_name="res.users",
1515
)
1616
impersonated_partner_id = fields.Many2one(
1717
comodel_name="res.partner",

0 commit comments

Comments
 (0)