Skip to content

ERP5 Historical Comparison View

Ayush Tiwari requested to merge tiwariayush/erp5:history_diff into master

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: Screenshot_2018-06-14_at_2.09.50_PM XHTML UI view Screenshot_2018-06-14_at_2.08.36_PM

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 : https://lab.nexedi.com/nexedi/erp5/merge_requests/686

This MR requires the slapos change : https://lab.nexedi.com/nexedi/slapos/merge_requests/343

Merge request reports