ERP5 Historical Comparison View
This MR uses DiffTool to show the diff between Historical revisions of any ERP5 objects in both XHTML and renderJS UI. In the Diff Tool, we use deepdiff python library to calculate diff between 2 versions of any object and then display the diff.
renderJS UI view:
XHTML UI view

Before the same view used to be with old_value, new_value and current_value
NOTE: This MR is predecessor to the full work on DiffTool here : !686 (merged)
This MR requires the slapos change : slapos!343 (merged)