diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 6d14f4ba28da46b26d83e0ba9851a43818681eb4..1c3f9c1172a8ba537e12d1d768fe3dec36e4f092 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -113,6 +113,26 @@ gcalendar_integrations = { } } +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"]