From b7407a1d8154120130b2232ba407ae69149af92e Mon Sep 17 00:00:00 2001 From: HarryPaulo Date: Mon, 29 May 2023 02:07:35 -0300 Subject: [PATCH] feat: add todo calendar to bootinfo.calendars (#35124) * feat: add todo calendar to bootinfo.calendars * chore: Linting Issues --------- Co-authored-by: Deepesh Garg --- erpnext/hooks.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 02b301e995..bf3ee539dc 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -74,13 +74,7 @@ update_website_context = [ my_account_context = "erpnext.e_commerce.shopping_cart.utils.update_my_account_context" webform_list_context = "erpnext.controllers.website_list_for_contact.get_webform_list_context" -calendars = [ - "Task", - "Work Order", - "Leave Application", - "Sales Order", - "Holiday List", -] +calendars = ["Task", "Work Order", "Leave Application", "Sales Order", "Holiday List", "ToDo"] website_generators = ["Item Group", "Website Item", "BOM", "Sales Partner"]