-
- Downloads
[FIX] project: access to project if follower of folded task
The access rule on a project with invitation only will for example
check if the user is follower of a task inside this project.
Currently it used task_ids to do that, so:
- you would not see a project where you have access to project if the
tasks you have access to are in folded columns
- there is an odd issue with computation of the field value and the
domain where is might cause an error and make Project app
inaccessible (when searching it doesn't filter on task_ids domain,
so find too many results, when checking security for compute fields
it filters on it
In any case, we should use tasks which also contains task in folded
stage and not just task_ids.
opw-2455780
closes odoo/odoo#66375
Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment