WorkScheduleType
Contains information regarding a work schedule type in Odoo
type WorkScheduleType {
active: Boolean!
fullTimeRequiredHours: Float!
hoursPerDay: Float!
id: OdooID!
name: String!
twoWeeksCalendar: Boolean!
}
Fields
WorkScheduleType.active ● Boolean! non-null scalar
Is the work schedule type currently active (can be used in employee contracts)
WorkScheduleType.fullTimeRequiredHours ● Float! non-null scalar
Number of hours the employee is required to work according to the given work schedule type
WorkScheduleType.hoursPerDay ● Float! non-null scalar
Total numbers per day worked according to the work schedule type
WorkScheduleType.id ● OdooID! non-null scalar
Unique identifier
WorkScheduleType.name ● String! non-null scalar
Name of the work schedule type
WorkScheduleType.twoWeeksCalendar ● Boolean! non-null scalar
Is the work schedule type currently in two-week mode? (Per default single-week mode is used)
Returned By
addWorkScheduleType mutation ● updateWorkScheduleType mutation ● workScheduleTypes query