From 9626ad7fa1ae1be0f912fa065106ceb5b27b24cf Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 15 Apr 2026 16:27:30 +0530 Subject: [PATCH] refactor: restrict reposting to only supported doctypes --- hrms/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hrms/hooks.py b/hrms/hooks.py index 25e0e5c60f..a299bba746 100644 --- a/hrms/hooks.py +++ b/hrms/hooks.py @@ -378,3 +378,4 @@ employee_holiday_list = ["hrms.utils.holiday_list.get_holiday_list_for_employee"] export_python_type_annotations = True require_type_annotated_api_methods = True +repost_allowed_doctypes = ["Expense Claim"]