Skip to content

Commit

Permalink
[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 fb63def commit 4b58882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openupgrade_scripts/scripts/base/15.0.1.3/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.convert_field_to_html(
cr, "res_company", "report_footer", "report_footer"
)
Expand Down

0 comments on commit 4b58882

Please sign in to comment.