I have a model Person with a One2Many photo field (Photo model).
In the same form view I have the person data and a a tree view for the photos.
I overwrite the write method of the model Person and the unlink method of the Photo model for validation needs. If in the form I delete a photo and save is first called the write method of person and later the unlink method of photo.
My question is the following: How can I know in the write method of the person that there is a foto in the "unlink state"?