diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index f767c2727878..0ae951fedd2c 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -2,6 +2,16 @@ to help the matching process """ +# Deleted modules +deleted_modules = [ + # odoo + "pos_mercury", + "spreadsheet_dashboard_purchase", + "spreadsheet_dashboard_purchase_stock", + "website_twitter", + # OCA/... +] + # Renamed modules is a mapping from old module name to new module name renamed_modules = { # odoo