slot |
Online Appointment : Time Slot
Catalog: Odoo
Schema: appointment
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table slot are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
allday |
boolean |
All day |
☐ |
Determine if the slot englobe the whole day, mainly used for unique slot type |
appointment_type_id_label |
string |
|
☐ |
|
appointment_type_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
duration |
decimal |
Duration |
☐ |
|
end_datetime |
datetime |
To |
☐ |
End datetime for unique slot type management |
end_hour |
decimal |
Ending Hour |
☑ |
|
id |
int32 |
ID |
☐ |
|
restrict_to_user_ids |
string |
|
☐ |
If empty, all users are considered to be available.If set, only the selected users will be taken into account for this slot. |
slot_type |
string |
Slot type |
☑ |
Defines the type of slot. The recurring slot is the default type which is used forappointment type that are used recurringly in type like medical appointment.The one shot type is only used when an user create a custom appointment type for a client bydefining non-recurring time slot (e.g. 10th of April 2021 from 10 to 11 am) from its calendar. |
start_datetime |
datetime |
From |
☐ |
Start datetime for unique slot type management |
start_hour |
decimal |
Starting Hour |
☑ |
|
weekday |
string |
Week Day |
☑ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826