Merge lp://qastaging/~therp-nl/openupgrade-server/5.0-use_orm into lp://qastaging/openupgrade-server/5.0

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 2176
Proposed branch: lp://qastaging/~therp-nl/openupgrade-server/5.0-use_orm
Merge into: lp://qastaging/openupgrade-server/5.0
Diff against target: 1699 lines (+1461/-53)
23 files modified
bin/addons/__init__.py (+135/-52)
bin/addons/base/ir/ir_model.py (+6/-0)
bin/addons/openupgrade_records/__init__.py (+2/-0)
bin/addons/openupgrade_records/__openerp__.py (+63/-0)
bin/addons/openupgrade_records/__terp__.py (+63/-0)
bin/addons/openupgrade_records/model/__init__.py (+6/-0)
bin/addons/openupgrade_records/model/analysis_wizard.py (+178/-0)
bin/addons/openupgrade_records/model/comparison_config.py (+98/-0)
bin/addons/openupgrade_records/model/generate_records_wizard.py (+90/-0)
bin/addons/openupgrade_records/model/install_all_wizard.py (+113/-0)
bin/addons/openupgrade_records/model/openupgrade_record.py (+111/-0)
bin/addons/openupgrade_records/security/ir.model.access.csv (+3/-0)
bin/addons/openupgrade_records/view/analysis_wizard.xml (+30/-0)
bin/addons/openupgrade_records/view/comparison_config.xml (+62/-0)
bin/addons/openupgrade_records/view/generate_records_wizard.xml (+52/-0)
bin/addons/openupgrade_records/view/install_all_wizard.xml (+54/-0)
bin/addons/openupgrade_records/view/openupgrade_record.xml (+65/-0)
bin/openupgrade/doc/readme.txt (+2/-0)
bin/openupgrade/openupgrade.py (+259/-0)
bin/openupgrade/openupgrade_log.py (+56/-0)
bin/openupgrade/openupgrade_tools.py (+8/-0)
bin/tools/convert.py (+3/-0)
bin/tools/sql.py (+2/-1)
To merge this branch: bzr merge lp://qastaging/~therp-nl/openupgrade-server/5.0-use_orm
Reviewer Review Type Date Requested Status
OpenUpgrade Committers Pending
Review via email: mp+105195@code.qastaging.launchpad.net

Description of the change

This merge constitutes the refactoring of the database layout analysis and the inclusion of the analysis files for 5.0, as described here:

https://lists.launchpad.net/openupgrade-drivers/msg00001.html

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches