Hi Guys,
Consider the following example
User 1 belongs to Group A.
User 2 belongs to Group B.
UI Level
I have created one field in UI Level with Group A. That field is visible to Group B too.
Code Level
I have created one field in Code Level with Group A. That field is not visible to Group B.
Sample Code
city = fields.Char("City", groups='custom_module.group_name')
Can anyone help me to fix this issue?