From 7153552acc3d6729d134e6d8f5644ac47859015e Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 23 Aug 2025 02:42:33 -0400 Subject: [PATCH] [ADD] apriori: add deleted_modules list for 14.0 --- openupgrade_scripts/apriori.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index cd3d3a9a9ec2..18579ba763fb 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -143,6 +143,18 @@ # OCA/... } +# Deleted modules +deleted_modules = [ + # odoo + "base_gengo", + "im_support", + "l10n_cn_standard", + "theme_bootswatch", + "web_diagram", + "website_gengo", + # OCA/... +] + # only used here for upgrade_analysis renamed_models = { # odoo