This question has been flagged
1 Reply
2776 Views

i use odoo 11 and i want to remove the right for an employee to modify his attendance because he has to send a request for correction to his superior, and his superior himself who will modify the presence. Any idea for help please ?

Avatar
Discard
Best Answer

Hi,

Either you can restrict the rules such a way that the employee cant attendance, this can be done by adjusting the record rules.

Other option you can try is that, override the write function and restrict the editing of the attendance based on user group.


Thanks

Avatar
Discard
Author

Thanks for your answer, i want to know how can i adjust record rules it's my first time doing that