-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][FIX] impersonate_login: fix user_id comodel_name #686
Conversation
Hi @Kev-Roche, |
This PR has the |
/ocabot merge minor |
@@ -11,7 +11,7 @@ class ImpersonateLog(models.Model): | |||
_description = "Impersonate Logs" | |||
|
|||
user_id = fields.Many2one( | |||
comodel_name="res.partner", | |||
comodel_name="res.users", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it require any migration for existing records?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at ba7dc4a. Thanks a lot for contributing to OCA. ❤️ |
No description provided.