erp5_core: Fix unicode bug on ZODB History view.
Some objects become unicode when %s is applied and may cause UnicodeDecodeError, thus use %r insead.
Some objects become unicode when %s is applied and may cause UnicodeDecodeError, thus use %r insead.