server-tools/database_cleanup
Holger Brunn cf5785b385
[IMP] allow to select lines to purge in a tree view
[IMP] adaptto upstream changes
2023-10-30 13:35:23 -04:00
..
i18n Missing templates and translations added 2023-10-30 13:35:22 -04:00
model [IMP] allow to select lines to purge in a tree view 2023-10-30 13:35:23 -04:00
static/description [CHG] Migration to 8.0 2023-10-30 13:35:22 -04:00
view [IMP] allow to select lines to purge in a tree view 2023-10-30 13:35:23 -04:00
README.rst [CHG] Migration to 8.0 2023-10-30 13:35:22 -04:00
__init__.py [ADD] Database cleanup module 2023-10-30 13:35:21 -04:00
__openerp__.py [ADD] allow to clean up menus 2023-10-30 13:35:23 -04:00

README.rst

Clean your OpenERP database from remnants of modules, models, columns and
tables left by uninstalled modules (prior to 7.0) or a homebrew database
upgrade to a new major version of OpenERP.

After installation of this module, go to the Settings menu -> Technical ->
Database cleanup. Go through the modules, models, columns and tables
entries under this menu (in that order) and find out if there is orphaned data
in your database. You can either delete entries by line, or sweep all entries
in one big step (if you are *really* confident).

Caution! This module is potentially harmful and can *easily* destroy the
integrity of your data. Do not use if you are not entirely comfortable
with the technical details of the OpenERP data model of *all* the modules
that have ever been installed on your database, and do not purge any module,
model, column or table if you do not know exactly what you are doing.