Skip to content

Commit

Permalink
Merge pull request OCA#4695 from ForgeFlow/17.0-base-imp-autovacuum
Browse files Browse the repository at this point in the history
[17.0][IMP] base: vacuum of transient models (forwardport)
  • Loading branch information
pedrobaeza authored Dec 11, 2024
2 parents 1a69b5a + 1ce3bc1 commit c58f2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openupgrade_scripts/scripts/base/17.0.1.3/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c58f2a6

Please sign in to comment.