Tasks should show up only if the user has been assigned it
问题 I only want the person who I have assigned the task to see the task in the project module. I don't want other users of the project to see this persons tasks. However currently any user who has user access rights can see all the tasks even if they were not assigned it. Is there a work around this ? 回答1: OpenERP has two kinds of security restrictions that can be assigned to a user group: Access Rights are CRUD yes/no flags (similar to Unix FS permissions), and allow per-model access control.