Hi, I need to restrict the visibility of the category_id field to only admins in the sales model, my code is this but it doesn't work, is it possible to add group visibility to the existing field of odoo?
res.partner.user.pin
res.partner
form
sales_team.group_sale_manager
Thanks