Skip to content

Commit

Permalink
[MIG] Fix comodel_name
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin Roche <kevin.roche@akretion.com>
  • Loading branch information
astirpe and Kev-Roche authored Sep 1, 2024
1 parent c6ee905 commit 51eccf8
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 51eccf8

Please sign in to comment.