hi
(odoo11)
I want limit write access to a field with one group.how can do it?
in my open erp6.1 I do this in .py file , like this:
'repair_hw': fields.boolean('Hardware Repair', write=['internal_services.group_internal_services_support_team']),
but I don't know how do it in odoo11?
thanks