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"]