Skip to content
Closed
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
4 changes: 3 additions & 1 deletion src/util/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
In most cases module operations (rename, merge, remove, ...) should be performed in a
`base` script. The reason is that once the `base` module is upgraded, all the information
regarding modules should be already set in the DB for the upgrade process to function
correctly.
correctly. The command line option `--pre-upgrade-scripts` (available from Odoo 16) allows
to run upgrade scripts *before* loading base. This is the recommended way to perform
module operations after a major upgrade.
"""

try:
Expand Down