[18.0][FIX] base_user_role: Define users with different names to avoid potential side effects#453
Conversation
…ntial side effects
What are the potential side effects? It should be allowed that two users have the same name? |
Exactly, multiple users with the same name; for example, if you use |
So at a large company, |
This behavior occurs only if a template is defined that automatically creates a directory (using the partner's name) when a partner is created (something that doesn't happen in a “normal” environment), and the restriction that multiple directories cannot have the same name is imposed by DMS; In any case, the “problem” is clear—do not create multiple users with the same name—and the solution is also clear, in my opinion. |
pedrobaeza
left a comment
There was a problem hiding this comment.
This is something only for integration tests, so it's not a problem to use other user names there.
/ocabot merge patch
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 8305274. Thanks a lot for contributing to OCA. ❤️ |
Define users with different names to avoid potential side effects
@Tecnativa