lp://staging/~therp-nl/openupgrade-tools/7.0-add-database_cleanup
Created by
Stefan Rijnhart (Opener)
and last modified
- Get this branch:
- bzr branch lp://staging/~therp-nl/openupgrade-tools/7.0-add-database_cleanup
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/openupgrade-tools
- Pedro Manuel Baeza: Needs Fixing (code review and test)
-
Diff: 1054 lines (+972/-0)15 files modifieddatabase_cleanup/__init__.py (+1/-0)
database_cleanup/__openerp__.py (+55/-0)
database_cleanup/model/__init__.py (+6/-0)
database_cleanup/model/purge_columns.py (+154/-0)
database_cleanup/model/purge_data.py (+106/-0)
database_cleanup/model/purge_models.py (+127/-0)
database_cleanup/model/purge_modules.py (+91/-0)
database_cleanup/model/purge_tables.py (+138/-0)
database_cleanup/model/purge_wizard.py (+64/-0)
database_cleanup/view/menu.xml (+48/-0)
database_cleanup/view/purge_columns.xml (+37/-0)
database_cleanup/view/purge_data.xml (+37/-0)
database_cleanup/view/purge_models.xml (+36/-0)
database_cleanup/view/purge_modules.xml (+36/-0)
database_cleanup/view/purge_tables.xml (+36/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 13. By Stefan Rijnhart (Opener)
-
[FIX] Label
[FIX] Catch attempt to unlink field from nonexisting model - 9. By Stefan Rijnhart (Opener)
-
[RFR] Group models per table when detecting columns to purge
to prevent problems with models sharing the same table - 7. By Stefan Rijnhart (Opener)
-
[FIX] Don't remove uid field from wkf_instance, which is written in
raw SQL query (but never read afterwards). Workaround for
lp:1277899 - 6. By Guewen Baconnier @ Camptocamp
-
[FIX] error in previous merge
- 5. By Guewen Baconnier @ Camptocamp
-
[IMP] Remove the fields having a relation to the purged models.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)