I'm trying to configure project privacy so that users can only see the projects they've been invited to or they create, and i need that users can still create new projects, assign stages, and tasks.
Initially, I added the users to the administrators group, but they could see all projects; after i assigned them in the users group, but could not create projects.










Use " = " for single values: ('partner_id', '=', 3)
Use " in " with a list: ('partner_id', 'in', [3])