Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions odoo/openupgrade/doc/source/migrate.py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Automated migration script
Introduction
------------

**note that the original maintainer of this script deprecated this in favor
of a dedicated buildout as described in
https://github.com/OCA/OpenUpgrade/issues/502, at the moment, this script
won't be able to migrate to versions above 9.0**

For users who just want to run a migration, there is the convenience script
migrate.py that takes care of downloading the necessary branches, set up a
configuration for the migration and passing the correct parameters to the
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_openupgrade_docs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOC_PARTS="6.0|bin/openupgrade/doc
6.1|openerp/openupgrade/doc
7.0|openerp/openupgrade/doc
8.0|openerp/openupgrade/doc
9.0|openerp/openupgrade/doc"
9.0|openerp/openupgrade/doc
10.0|odoo/openupgrade/doc"
OUTPUT_DIR=${OUTPUT_DIR:-$DOC_BUILD_BASE_DIR/doc}
DOC_BUILD_DIR=$(mktemp -d)
Expand Down