server-tools/database_cleanup
Stefan Rijnhart (Therp) 12f9bc8cc1 Merge pull request #159 from hbrunn/8.0-database_cleanup_uninstallable_modules
[IMP] deal with modules whose models can't be loaded
2015-06-02 16:24:03 +02:00
..
model Merge pull request #159 from hbrunn/8.0-database_cleanup_uninstallable_modules 2015-06-02 16:24:03 +02:00
static/description Move module icon in static/description 2015-03-03 13:51:17 +01:00
view [IMP] hide unnecessary buttons in wizard II 2015-05-11 15:59:44 +02:00
README.rst [CHG] database_cleanup: move description to README.rst 2014-12-15 10:00:56 +01:00
__init__.py [ADD] Database cleanup module 2014-01-28 22:09:41 +01:00
__openerp__.py Add OCA as author of OCA addons 2015-03-02 17:28:09 +01: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.