You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce the issue:
1. Delete the user with ID = the value for `base.partner_admin`
2.install `hvac_services`
Current behavior before PR:
Odoo will set the `user_id` on the project to be the same value as the
`base.partner_admin`, which is a partner, not a user.
Desired behavior after PR is merged:
We use the admin `res.user` for the project's `user_id` field instead of
the `res.partner`
opw-5171513
closes#1270
X-original-commit: c9a64d9
Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Signed-off-by: Ezzuldin Zaky (ezza) <[email protected]>
0 commit comments