We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c1faf commit 2b2e540Copy full SHA for 2b2e540
1 file changed
openupgrade_scripts/apriori.py
@@ -123,6 +123,17 @@
123
"website_snippet_timeline": "website",
124
}
125
126
+# Deleted modules
127
+deleted_modules = [
128
+ # odoo
129
+ "adyen_platforms",
130
+ "l10n_bg",
131
+ "l10n_ch_qriban",
132
+ "odoo_referral",
133
+ "payment_odoo_by_adyen",
134
+ # OCA/...
135
+]
136
+
137
# only used here for upgrade_analysis
138
renamed_models = {
139
# odoo
0 commit comments