The default of the button is invisible.
Access Right Scenario:
User: The button will show if create_uid is not equal to the partner_id
Manager: This button will always display.
What I did was:
attrs="{'visible':[('groups_ids','=','group_user'),('groups_ids','=','group_manager')]}"
Any idea on how to achieve it in another way?