On the /equipment/list page when you edit 'Reals of equipment' and try to remove one the following error occurs:
'Vip' object has no attribute 'get_by_id'.
The problem is in this call from Equipment Views file.
To solve it, one can add the method 'get_by_id' to Equipment implementation at Python Client project .