HELLO
I use odoo 8 In tree view,I want annotations invisible to another employee.
Such employees can only see their own annotations, and managers can see all the annotation
1.name is annotation
<field name="name"/>
2.managers can see all the annotation,so I set managers to base.group_no_one
<field name="name groups="base.group_no_one"/>
But I don't know how to employees can only see their own annotations?
Thank you so much.