dms icon indicating copy to clipboard operation
dms copied to clipboard

[15.0][IMP+FIX] dms: Improve performance + Avoid non-existing record access error

Open victoralmau opened this issue 1 year ago • 0 comments

Improve performance + Avoid non-existing record access error

Changes done:

  • [x] Improve _dms_operations() method to do nothing if the model is not one of those used in dms.storage.
  • [x] Avoid access error with .browse() if we access a non-existing record (for example, deleted by database).

Please @pedrobaeza and @chienandalu can you review it?

@Tecnativa TT50231

victoralmau avatar Jul 22 '24 10:07 victoralmau