Set default values to wizard state view
If the client does not display a field of a state view, the value of this field on the instance record is not a defined attribute.
So we need to access it using getattr
with default value, but in theory this can happen for any state in any record as user can extend any view.
I think it will be better if the wizard always set a default value for all the fields.