In Odoo 18, users who are not followers of a project cannot see that project on the kanban view (model project.project). However, I want users to be able to see projects if they have tasks assigned to them, even if they are not followers of the project.
Current behavior:
- If User A is not a follower of Project X, Project X does not appear on the kanban view.
- But if Task 1 (under Project X) is assigned to User A, they can only see the task via "My Tasks", not the project itself.
What I want to achieve:
- If a user has any task assigned under a project, that project should be visible in the project kanban view.
- The user should still only see the tasks that are assigned to them (not all tasks in the project), but the project should at least appear.
How can I allow users to see projects if they are assigned to at least one task in that project, regardless of their follower status?