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.
 
 
 
oca-travis 1ed81299c5 [UPD] Update database_cleanup.pot 6 years ago
..
i18n [UPD] Update database_cleanup.pot 6 years ago
model [FIX] purge uninstalled uninstallable modules instead of deleting 8 years ago
static/description Move module icon in static/description 9 years ago
tests [FIX] Adapt to newer versions of python-ldap and lxml 7 years ago
view [IMP] adaptto upstream changes 9 years ago
README.rst [CHG] database_cleanup: move description to README.rst 10 years ago
__init__.py [ADD] Database cleanup module 10 years ago
__openerp__.py [UPD] prefix versions with 8.0 9 years ago
identifier_adapter.py [FIX] replace string formatted sql statements 8 years ago

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.