diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 0e90ddb27a44..9243c50fab0f 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -5,7 +5,8 @@ # Renamed modules is a mapping from old module name to new module name renamed_modules = { # odoo - # OCA/... + # OCA/server-ux + "mass_editing": "server_action_mass_edit", } # Merged modules contain a mapping from old module names to other,