Skip to content

Commit a6f0aa3

Browse files
committed
Merge PR #5340 into 14.0
Signed-off-by legalsylvain
2 parents 29925d6 + 7383f08 commit a6f0aa3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

openupgrade_scripts/apriori.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@
143143
# OCA/...
144144
}
145145

146+
# Deleted modules
147+
deleted_modules = [
148+
# odoo
149+
"base_gengo",
150+
"im_support",
151+
"l10n_cn_standard",
152+
"theme_bootswatch",
153+
"web_diagram",
154+
"website_gengo",
155+
# OCA/...
156+
]
157+
146158
# only used here for upgrade_analysis
147159
renamed_models = {
148160
# odoo

0 commit comments

Comments
 (0)