diff --git a/undo_redo/README.md b/undo_redo/README.md new file mode 100644 index 000000000..ce7052db6 --- /dev/null +++ b/undo_redo/README.md @@ -0,0 +1,141 @@ +# Odoo Undo Redo + +[](https://www.odoo.com) +[](https://opensource.org/licenses/MIT) +[] + +## Overview + +Odoo Undo Redo is an open-source module which enables Undo/Redo globally across Odoo. + + +## Features + +- 🌐 **Track and Revert Changes made to Records Automatically using PostgreSQL Triggers. +- 📏 **Undo and Redo Operations Available Instantly From the Form View. + +## Screenshots + +Here are some glimpses of Odoo Undo Redo in action: + +### 1. Contacts module + +
+
+
+
+
+
+
+
+ + Enables Undo/Redo globally across Odoo. +
+
+ + Let's open Contacts module and we can see the Undo Redo button disabled since there are no changes. +
+
+ + Next, we can change the Address name. +
+
+ + After changing the address name, the Undo Button is enabled. +
+
+ + Next, we can click on the Redo button. +
+
+ + The Address has been changed to the new one. +
+
+ + Similarly in the sales module, we can change the customer of sale order in quotation state. +
+
+ + The Undo-Redo button enables and we can click on undo button for changing back to original customer name. +
+
+ + Next we can click on Redo button to go back to the name we changed. +
+
+ + Community and Enterprise Support. +
++ Revert any record change immediately. +
++ Reapply reverted modifications instantly. +
++ Works across multiple Odoo modules seamlessly.
+