Do not setup wizard form with default values
When a wizard it setting up the form, it instantiate a record and then set the `defaults` values from the wizard view. But when instantiate the record, `default_get` is also called but it is not necessary because the `defaults` value from the wizard already include the `default_get` values. Also the result is identical as on other client because the `defaults` values is set after and so it override everything.
issue