[FIX] upgrade_analysis: Add to blacklist deprecated modules
Odoo has deprecated such modules with a pre-hook raising an error, so they are not installable anymore. This way, we avoid them to be included in the Install Modules Wizard.pull/2739/head
parent
5a8d482538
commit
93ec208e02
|
@ -1,4 +1,9 @@
|
|||
BLACKLIST_MODULES = []
|
||||
BLACKLIST_MODULES = [
|
||||
"payment_alipay",
|
||||
"payment_ogone",
|
||||
"payment_payulatam",
|
||||
"payment_payumoney",
|
||||
]
|
||||
|
||||
# the hw_* modules are not affected by a migration as they don't
|
||||
# contain any ORM functionality, but they do start up threads that
|
||||
|
|
Loading…
Reference in New Issue