Migration Dev to Production

When adding custom field in an existing erpnext doctype. How do I migrate from my development to Production server? e.g. adding field birthday to customer doctype to development box. How do migrate the changes to Production server?

@rmehta @anand any thoughts? :smile:

See https://kb.frappe.io/kb/app-development/how-to-add-customizations-to-app

1 Like

@anand thanks!

@anand The documentation only says about Custom Field. How about Customize Form? How can I migrate it to production server?

Use ‘Property Setter’ in fixtures

2 Likes

@anand thanks!