This question has been flagged
1 Reply
2330 Views

How to hide buttons (validate, refused,...)for specific user in module hr_expense?

Avatar
Discard
Best Answer

Hi ,

you can create a new group specific_users_hr_expense and in button :

<button name="validate" string="Validate" groups="specific_users_hr_expense"/>

.

Avatar
Discard