I have a special user group who is allowed to create new res.partner
instances, but only if they go through a series of steps with custom views.
On the other hand, they have restricted view possibilities on res.partner
.
Thus in CRUD terminology, these users have the Create right.
On the other hand, I don't want to provide them general create rights, but only if the follow their partner wizard view.
Still, they have the Read right as well on res.partner
, thus I would like to present them with a link to the tree view without a Create button.
How can I set this up?