diff --git a/frappe/patches/v16_0/add_module_deprecation_warning.py b/frappe/patches/v16_0/add_module_deprecation_warning.py index 16e1e9a9e1..7b5773627f 100644 --- a/frappe/patches/v16_0/add_module_deprecation_warning.py +++ b/frappe/patches/v16_0/add_module_deprecation_warning.py @@ -5,6 +5,7 @@ def execute(): module_app_map = { "Social Module/ Energy Points System": ("eps", "system"), "Offsite Backup Integrations (Google Drive, S3, Dropbox)": ("offsite_backups", "intergration"), + "Newsletter": {"newsletter", "functionality"}, } for module, (app, system_type) in module_app_map.items(): click.secho(