Upgrade proof ERPNext customisations

Hi There,

I have made some local customisations to some of the modules in ERPNext, for example, modifying variables in

frappe.listview_settings['Customer']

in erpnext/selling/doctype/customer/customer_list.js as well as adding links ito erpnext/selling/doctype/customer/customer_dashboard.py

How would I go about ensuring that these changes are not overwritten when upgrading ERPNext upgrades? Is there a way to place such changes in a custom app so that these changes are not overwritten by future ERPNext updates?

Thanks!

Make sure they are generic enough, well written and then send a pull request :smile:

1 Like