Browse list try to access deleted records
If you have a browse list with a record that has been deleted later, when you access a non-deleted record of the list, ModelStorage.__getattr__
may try to read the deleted record.
I think it will be safer to not try to read deleted records in ModelStorage.__getattr__
if it is not precisely a deleted record that is asked.