Hi Forum!
I would need to set the value of the 'overtime_w' field as the default value for the 'overtime_w_edit' field without a related field.
overtime_w = fields.Float(compute='_compute_t_overtime_w')Regards,
overtime_w_edit = fields.Float()
Steven