Use default __hash__ method for ERP5 objects
If an object has no uid yet and has no acquisition context to the portal, getUid() fails. Default is derived from id(aq_base(ob)) which is even more efficient. The method on XMLObject was also redundant because it inherited the same one from Base.
Showing
Please register or sign in to comment