Skip to content

Commit

Permalink
[OU-IMP] base: vacuum of transient models
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Apr 5, 2024
1 parent 352ff97 commit 94ceaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/addons/base/migrations/13.0.1.3/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ def migrate(env, version):
env.cr, apriori.renamed_modules.items())
openupgrade.update_module_names(
env.cr, apriori.merged_modules.items(), merge_modules=True)
openupgrade.clean_transient_models(env.cr)
openupgrade.copy_columns(env.cr, column_copies)
openupgrade.rename_columns(env.cr, column_renames)
openupgrade.rename_fields(env, field_renames, no_deep=True)
Expand Down

0 comments on commit 94ceaac

Please sign in to comment.