Skip to main content

AbsenceType

A type of absence defined in Odoo

type AbsenceType {
abbreviation: String
backgroundColor: String
fontColor: String
id: OdooID!
name: String!
}

Fields

AbsenceType.abbreviation ● String scalar

The absence abbreviation

AbsenceType.backgroundColor ● String scalar

The background display color

AbsenceType.fontColor ● String scalar

The font display color

AbsenceType.id ● OdooID! non-null scalar

Unique identifier

AbsenceType.name ● String! non-null scalar

Name of the absence type

Returned By

absenceTypes query