When the SuspendedField is True it should enable the SuspendedDateField and when it is False it should disable the SuspendedDateFields.
In the frontEnd I inserted a js func and it works, for more control, I would like to insert the same control also in the backEnd but I am not clear if it should be inserted in the .Form file or in the view
Thanks
Sorry I didn’t understand the answer.
A clarification init is the func to prepare the data in the initial stage ?
The check on the backend is later
I am new to python and the flow of operations to be performed is still not clear to me. I was thinking about the view since in the post function you save the movement
Is there any link to read where to understand the right way to approach the validation of the various fields ?