Daily updates from Odoo
Monday, July 19, 2021
1 change · master
Enhancements to existing features
Helpdesk features that depend on other apps, such as live chat, are now automatically disabled when those apps are uninstalled. This prevents teams from seeing or using settings that no longer work, reducing confusion for users.
Original PR description
Some features require the installation of a module (like livechat). Uninstalling those modules were not disabling the feature on the helpdesk team and was thus confusing to the users. This commit disables those features upon uninstalling those modules. TaskID: 2507003