• Jérome Perrin's avatar
    core: implement Session.update · bac5ff3f
    Jérome Perrin authored
    It was using the default UserDict.update implementation which did not remove
    acquisition wrapper and eventually lead to ConnectionStateError like for example
    
    > Shouldn't load state for erp5.portal_type.Interaction Workflow Interaction 0x6637 when the connection is closed
    
    which was observed when deleting sale order lines (wich triggers some interaction)
    bac5ff3f
tool.erp5.SessionTool.py 10 KB