diff --git a/InvenTree/plugin/apps.py b/InvenTree/plugin/apps.py index b0a63e68bd..d10f41a808 100644 --- a/InvenTree/plugin/apps.py +++ b/InvenTree/plugin/apps.py @@ -166,6 +166,9 @@ class PluginAppConfig(AppConfig): # remove settings for setting in plugin_settings: InvenTreeSetting.GLOBAL_SETTINGS.pop(setting) + + # clear cache + settings.INTEGRATION_PLUGIN_GLOBALSETTING = {} # endregion # region integration_app