odoo/upgrade-util#135
Created by Yajo
Blocked
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- moduon:remove-recursive
- head
- 48d749dcf3169a2a051d74e24b96c0427df83ecd
odoo/upgrade-util | |
---|---|
master | #135 missing statuses missing r+ |
[IMP] remove and uninstall modules and themes recursively
Current implementation won't uninstall/remove dependencies. This can easily lead to a broken database, and is an unexpected and important divergence compared to the normal ORM uninstallation or removal process.
@moduon MT-7110