add ZODB History report instead of using links in History tabs
in erp5, inside history tabs, we have View ZODB History link, when click it, we go to a view which display ZODB changes and a return link Return Workflow History to go back.
unfortunally, those links don't work in renderjs interface, because they are absolute link(made by python code)

which are not compatible with renderjs interface,in renderjs interface,link is relative,for example, worklist link:

To fix the link issue, we simply move the Zodb History view to an erp5 report, so link is handled automatically.
With this MR,
the History view has no more View ZODB History link :
ZODB Hisotry now become a report
When click:


