Property Setter

Dear Experts,
Is there a way by which I can add custom fields to my doctypes using “Property Setter”.

Use Case is:
I have added custom fields to standard doctypes using Customize Form in my development server but when I move these changes to the production server, the changes are not showing in the production server doctype. I want to perform this action if bulk.

Thanks

search about fixtures here

@Tashi_Dorjiare version of erp?

Both frappe n erpnext = v7

@Tashi_Dorji i think you have to do export fixtures for the custom fields you added in core doctype.
have you tried bench export-fixtures?

Yes but no folder created

@Tashi_Dorji before executing that command you have to insert this in hooks.py
fixtures = [
“Custom Field”,
“Property Setter”,
“Print Format”]
Now you try export fixtures.

1 Like

This may be too general. There is a more specific way to export fixtures, discussed in previous posts

@Joseph_Marie_Alba1 He is using a too old version 7 so am not familiar with that gave common option, but in latest it is easy to export customizations.

Oh yes. Sorry

@Joseph_Marie_Alba1 :v: