Skip to Content
Menu
This question has been flagged
2 Replies
1883 Views

Hello, I am using the "Always Free" version (We are testing project management). I'm wondering if I can set up a project/task to be visible only to the project owner and the assigned user, who can be either a portal user or a public user. 

If Yes What steps need to be taken?

 

Thank you in advance.


Odoo saas~16.3+e (Enterprise Edition)



 

Avatar
Discard
Best Answer

I think you can use record rule with domain

[('project_id.user_id', '=', user.id),('user_ids', 'in', user.id),'|']

Avatar
Discard

dont forget to use
_document_check_access

Related Posts Replies Views Activity
0
Feb 24
930
2
Oct 23
1113
1
Jul 23
1372
2
Jun 20
4665
0
Aug 15
3302