Skip to content

Commit

Permalink
[FIX] #9500 Don't use a version whitelist anymore for the cleanup scr…
Browse files Browse the repository at this point in the history
…ipt.
  • Loading branch information
ddejong-therp committed Oct 9, 2023
1 parent a7a38d8 commit 061ecb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions migration/hook/post-migration/95-database-cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# X-Supports: 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0

from odoo.exceptions import UserError

cleanup_module = env['ir.module.module'].search([('name', '=', 'database_cleanup')])
Expand All @@ -20,4 +18,4 @@

# Update the module list
upd = env['base.module.update'].create({'state': 'init'})
upd.update_module()
upd.update_module()

0 comments on commit 061ecb3

Please sign in to comment.