Contribute to Holiday List holidays for country/region

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?

Ah never mind, I found it, it’s the python dependency holidays.

I found out that “missing holidays” are silently not added when a Saturday or Sunday with the same date is already in the list – to avoid duplicate dates.