@@ -31,7 +31,7 @@ class Call(ModelSQL, ModelView):
[('brigade','Brigade'),
('optics','Optics'),
('equipment','Equipment')],
'Business unit'
'Business unit',states=_states
)
call_assigned_operator=fields.Many2One(
'res.user',"Assigned operator",states=_states)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.