Skip to Content
Menu
This question has been flagged
1 Reply
1675 Views
<button string="Approuver" name="action_approuver" type="object" class="oe_highlight"
attrs="{'invisible': ['|', ('can_approve', '=', False), ('state', '!=', 'cancel')]}" groups="hr_holidays.group_hr_holidays_manager"/>
<button name="refuser" type="object" string="Refuser" class="oe_highlights" groups="hr_holidays.group_hr_holidays_manager"/>

It doesn't work , I need help please !
Avatar
Discard
Best Answer

Hi Yacine:

If the user has been assigned the "hr_holidays.group_hr_holidays_manager" group, it should work. Make sure only the managers have been assigned this group.

Avatar
Discard