跳至内容
菜单
此问题已终结
1 回复
4653 查看

Im using Odoo 13v, by default a user can see all the task in a project but i want to change to the user can only see his assigned tasks only 

形象
丢弃
最佳答案

Hi,
You can create a record rule from enable developer mode then,

Settings -> Technical -> Record Rules 

Create new rule as shown below



Name: user: Update own task only

Object: Task

Domain FIlter: [('user_id','=',user.id)]

Groups: Project / User

Hope it helps

形象
丢弃