diff --git a/openupgrade_scripts/scripts/base/17.0.1.3/pre-migration.py b/openupgrade_scripts/scripts/base/17.0.1.3/pre-migration.py index ab88975bd67..e8ce88da659 100644 --- a/openupgrade_scripts/scripts/base/17.0.1.3/pre-migration.py +++ b/openupgrade_scripts/scripts/base/17.0.1.3/pre-migration.py @@ -221,6 +221,7 @@ def migrate(cr, version): ) openupgrade.update_module_names(cr, renamed_modules.items()) openupgrade.update_module_names(cr, merged_modules.items(), merge_modules=True) + openupgrade.clean_transient_models(cr) openupgrade.rename_xmlids(cr, _xmlids_renames) openupgrade.rename_columns(cr, _column_renames) _fill_ir_server_object_lines_into_action_server(cr)