• Vincent Pelletier's avatar
    ERP5Type.Base: Make skinSuper more sensitive to SKINDATA changes. · c9d1fbc4
    Vincent Pelletier authored
    It is dangerous to rely on SKINDATA, as its structure changes. There is no
    better solution here, so continue using it - just make it more prone to
    raise rather than accidentally using the wrong item (3-tuple became a
    4-tuple by prepending a single item, so [0] would return the wrong item).
    c9d1fbc4
Base.py 134 KB