• Julien Muchembled's avatar
    Use default __hash__ method for ERP5 objects · 347804af
    Julien Muchembled authored
    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.
    347804af
XMLObject.py 4.2 KB