diff --git a/migration/hook/post-migration/95-database-cleanup.py b/migration/hook/post-migration/95-database-cleanup.py index 8404b74..e93cd34 100644 --- a/migration/hook/post-migration/95-database-cleanup.py +++ b/migration/hook/post-migration/95-database-cleanup.py @@ -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')]) @@ -20,4 +18,4 @@ # Update the module list upd = env['base.module.update'].create({'state': 'init'}) -upd.update_module() \ No newline at end of file +upd.update_module()