I have added a button next to create button in hr.attendance i need to visible this button only for the users who have group Attendance/Adminstrator
I have use the below code but it seems to no effect
button groups="hr_attendance.group_hr_attendance_manager" type="button" class="btn btn-primary" style="margin-left:10px" t-on-click="OnButtonClickEvent">Export1
Anyone help me to identify the issue here,