Hi there, I’d like to add or fix the “Add Local Holidays” functionality for Germany. There are some holidays missing.
I searched a bit in the erpnext git repo but couldn’t find the spot. Can someone give me a hint how I can find it?
I found in doctype/holiday_list.py:
def get_local_holidays(self):
from holidays import country_holidays
but where is the holidays python module?