I want to hide some buttons based on a checkbox that is in res.users odoo since I have divided the users by that checkbox... the users who have the checkbox activated are "admin" and those who do not have it activated are normal users, I want to hide the buttons from the users who do not have the checkbox activated... how can I do this? Odoo 14 community.
Thanks
Do you want to show/hide the buttons/fields in res.users view or different object's view?
@Sudhir I want to hide the buttons that are in another model and in another view, but based on the value of a checkbox field that is in res.users