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.

15 lines
907 B

  1. Clean your OpenERP database from remnants of modules, models, columns and
  2. tables left by uninstalled modules (prior to 7.0) or a homebrew database
  3. upgrade to a new major version of OpenERP.
  4. After installation of this module, go to the Settings menu -> Technical ->
  5. Database cleanup. Go through the modules, models, columns and tables
  6. entries under this menu (in that order) and find out if there is orphaned data
  7. in your database. You can either delete entries by line, or sweep all entries
  8. in one big step (if you are *really* confident).
  9. Caution! This module is potentially harmful and can *easily* destroy the
  10. integrity of your data. Do not use if you are not entirely comfortable
  11. with the technical details of the OpenERP data model of *all* the modules
  12. that have ever been installed on your database, and do not purge any module,
  13. model, column or table if you do not know exactly what you are doing.