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 4, 2024
1 parent 352ff97 commit c3d2098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/addons/base/migrations/13.0.1.3/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def company_missing_favicons(env):

@openupgrade.migrate()
def migrate(env, version):
env["ir.autovacuum"]._gc_transient_models()
res_lang_week_start_map_values(env)
fix_res_partner_image(env)
ir_actions_binding_type_views(env)
Expand Down

0 comments on commit c3d2098

Please sign in to comment.