diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 0d6bd7da52b24d7900c0c934cc52b4e7258150cb..7b167c097801269cab52c0ab937414e11ba1c687 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -230,6 +230,26 @@ calendars = [ fullcalendar_scheduler_licence_key = "GPL-My-Project-Is-Open-Source" +standard_help_items = [ + { + "item_label": "Documentation", + "item_type": "Route", + "route": "https://doc.dokos.io", + "is_standard": 1, + }, + { + "item_label": "Community", + "item_type": "Route", + "route": "https://community.dokos.io", + "is_standard": 1, + }, + { + "item_label": "Report an issue", + "item_type": "Route", + "route": "https://gitlab.com/dokos/dokos/issues", + "is_standard": 1, + }, +] website_generators = ["BOM", "Sales Partner"]