You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marcel Cojocaru a3582df40d [ADD] web_database_rollback: feedback fixes 6 years ago
..
controllers [ADD] web_database_rollback: feedback fixes 6 years ago
i18n [ADD] web_database_rollback: feedback fixes 6 years ago
static/src [ADD] web_database_rollback: feedback fixes 6 years ago
view [ADD] web_database_rollback: allow rollback database changes 6 years ago
README.rst [ADD] web_database_rollback: feedback fixes 6 years ago
__init__.py [ADD] web_database_rollback: allow rollback database changes 6 years ago
__openerp__.py [ADD] web_database_rollback: allow rollback database changes 6 years ago

README.rst

=================================================
Revert the changes done on the database
=================================================

This module allows to revert the database state prior to a certain moment chosen by the user.
It is useful when you test something in Odoo and afterwards want to go back to the initial database state.

Usage
=====

On the right side of the systray there are two buttons: Activate and Rollback
Press the Activate button (it will turn green), do any changes/actions in odoo (products, pickings, sale orders, etc) and save them.
If you want to undo all the changes, press Rollback button.
The database state will revert to the state prior to pressing Activate button.

The number of Odoo workers has to be 0.

Note that when you press Rollback button, all the changes done by other users will be lost.

Also note that, you always have to press Rollback button at the end of your testing/investigation session.
When you press the Activate button, the cursor used for accessing the db is test cursor.
The Rollback button will revert to the real odoo cursor. So in case the results seen are the ones you expect and want to keep them in the database, you have to press Rollback and do the same actions again in Odoo.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/web/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Contributors
------------

* Marcel Cojocaru <marcel.cojocaru@gmail.com>

Do not contact contributors directly about support or help with technical issues.

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.