Skip to Content
Menu
This question has been flagged
2 Replies
1879 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
927
2
Oct 23
1111
1
Jul 23
1369
2
Jun 20
4663
0
Aug 15
3300