You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade scripts are run only when there is an update of the module
version. This is not flexible enough. After a major upgrade developers
need to upgrade their custom modules. Unfortunately the tools in
`upgrade-util` repo that modify modules (`merge_module`,
`rename_module`, ...) should be done before loading base module. The
latter is already upgraded after a major upgrade thus no upgrade scripts
are run for it.
In this patch we add a mechanism to run specific upgrade scripts
before loading base.
closesodoo#202014
Related: odoo/documentation#12528
Signed-off-by: Christophe Simonis (chs) <[email protected]>
Co-authored-by: Christophe Simonis <[email protected]>
0 commit comments