We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12fb1 commit 79327a1Copy full SHA for 79327a1
openupgrade_scripts/apriori.py
@@ -64,6 +64,8 @@
64
# OCA/product-attribute
65
"product_catalog": "product",
66
"product_catalog_sale": "sale",
67
+ # OCA/project
68
+ "project_list": "project",
69
# OCA/purchase-workflow
70
"purchase_discount": "purchase",
71
# OCA/sale-promotion
@@ -74,13 +76,17 @@
74
76
# OCA/social
75
77
"mail_activity_plan": "mail",
78
"mass_mailing_custom_unsubscribe_event": "mass_mailing",
79
+ "mail_template_multi_report": "mail",
80
# OCA/stock-logistics-warehouse
81
"stock_lot_filter_available": "stock",
82
# OCA/web
83
"web_advanced_search": "web",
84
"web_listview_range_select": "web",
85
"web_pwa_oca": "web",
86
# OCA/...
87
+
88
+ # S&G
89
+ "mail_alias_maildomain": "mail",
90
}
91
92
# only used here for upgrade_analysis
0 commit comments