presence |
User Presence
Catalog: Odoo
Schema: bus
Documentation:
User Presence
Its status is 'online', 'away' or 'offline'. This model should be a one2one, but is not
attached to res_users to avoid database concurrence errors. Since the 'update_presence' method is executed
at each poll, if the user have multiple opened tabs, concurrence errors can happend, but are 'muted-logged'.
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 presence are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
display_name |
string |
Display Name |
☐ |
|
guest_id_label |
string |
|
☐ |
|
guest_id |
string |
|
☐ |
|
id |
int32 |
ID |
☐ |
|
last_poll |
datetime |
Last Poll |
☐ |
|
last_presence |
datetime |
Last Presence |
☐ |
|
status |
string |
IM Status |
☐ |
|
user_id_label |
string |
|
☐ |
|
user_id |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826