HELLO
I tested but faild.
I Write down the detailed steps
1.install Leave Management module
https://www.odoo.com/apps/8.0/hr_holidays/
2.change rule (Record Rule option in settings--> Technical --> Security --> record Rule)
it can lent everyone to see Leave information
Employee Holidays
[('employee_id.user_id','=',user.id)] to [(1,'=',1)]
Employee Holidays Create, Write, Unlink
[('employee_id.user_id','=',user.id)], ('state', 'in', ['draft', 'confirm', 'cancel'])] to[(1,'=',1)], ('state', 'in', ['draft', 'confirm', 'cancel'])]
I will lent employees can only see their own Description, and managers can see all Description.
3. I set managers to base.group_no_one and change form view and tree view
<field name="name"/> to
<field name="name" groups="base.group_no_one"/>
I set mail.followers: read and write others entries of base.group_no_one
[('user_id', '=', user.id)]
but faild.
So Is there any way?