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.
@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.
@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.