I added this group in my module i need to hide configuration of time off when this group is checked despite this user still Adminstrator of time off
<record id="group_hr_leave_valiator" model="res.groups">
<field name="name">HR Leave Validator</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
</record>