Skip to content

Commit

Permalink
Merge pull request #4374 from ForgeFlow/13.0-base-imp-autovacuum
Browse files Browse the repository at this point in the history
[13.0][OU-IMP] base: vacuum of transient models
  • Loading branch information
StefanRijnhart authored Apr 5, 2024
2 parents 352ff97 + 94ceaac commit 3850ffc
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 3850ffc

Please sign in to comment.