diff --git a/crm_phonecall/migrations/10.0.1.0.0/pre-migration.py b/crm_phonecall/migrations/10.0.1.0.0/pre-migration.py deleted file mode 100644 index 9d2295029fc..00000000000 --- a/crm_phonecall/migrations/10.0.1.0.0/pre-migration.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Tecnativa - Pedro M. Baeza -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openupgradelib import openupgrade - - -XMLID_RENAMES = [ - ('crm.group_scheduled_calls', 'crm_phonecall.group_scheduled_calls'), -] - - -@openupgrade.migrate() -def migrate(env, version): - openupgrade.rename_xmlids(env.cr, XMLID_RENAMES)