You can't set 'Options' for field Status ERPNext: v13.22.1 (version-13)

I have updated new version of ERPNext — ERPNext: v13.22.1 (version-13)

the issue is I can’t able to add options in select field some on plese help

please some on help

Having the same issue. Any help?

Never mind. I had to first update the Doctype and then the form updated without issues.

I do have the same issue. How did you manage to solve this?

use property setter instead

1 Like

Thanks for your quick replay. I checked that doc now . There is no option to edit status field. I have to remove Status “Template” from the options and have to add another status into it. Please help

Solution

solution given

solution added please check @Shahina_K

Thank you :slightly_smiling_face:

@Antony_Praveenkumar Can you please share the path directory and the name of the file where you make this edit. Thank you

Use doctype override method in <custom_app>/hooks.py

override_doctype_class = {}

	"Customize Form" : "<custom_app_name>.<custom_app_name>.doctype.customize_form.customize_form.CustomCustomizeForm",

Solution given above

Thank you @Antony_Praveenkumar !

Thanks @szufisher …much easier than using a custom app

Kind regards,