i have attrs in field view in odoo
attrs="{'invisible': [('owner_user_id', 'in', maintenance_team_id.invisible_fields)]}"
maintenance_team_id - Many2one, it have a char field "invisible_fields" i want check if string is in this field, but i receive an error, because ther is no field in origonal model. What can i do in this situation?