activity |
Activity
Catalog: Odoo
Schema: mail
Documentation:
An actual activity to perform. Activities are linked to
documents using res_id and res_model_id fields. Activities have a deadline
that can be used in kanban view to display a status. Once done activities
are unlinked and a message is posted. This message has a new activity_type_id
field that indicates the activity linked to the message.
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 activity are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
activity_category |
string |
Action |
☐ |
Actions may trigger specific behavior like opening calendar view or automatically mark as done when a document is uploaded |
activity_decoration |
string |
Decoration Type |
☐ |
Change the background color of the related activities of this type. |
activity_type_id_label |
string |
|
☐ |
|
activity_type_id |
string |
|
☐ |
|
automated |
boolean |
Automated activity |
☐ |
Indicates this activity has been created automatically and not by any user. |
calendar_event_id_label |
string |
|
☐ |
|
calendar_event_id |
string |
|
☐ |
|
can_write |
boolean |
Can Write |
☐ |
|
chaining_type |
string |
Chaining Type |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
date_deadline |
datetime |
Due Date |
☑ |
|
display_name |
string |
Display Name |
☐ |
|
has_recommended_activities |
boolean |
Next activities available |
☐ |
|
icon |
string |
Icon |
☐ |
Font awesome icon e.g. fa-tasks |
id |
int32 |
ID |
☐ |
|
mail_template_ids |
string |
|
☐ |
|
mobile |
string |
Mobile |
☐ |
|
note_id_label |
string |
|
☐ |
|
note_id |
string |
|
☐ |
|
note |
string |
Note |
☐ |
|
phone |
string |
Phone |
☐ |
|
previous_activity_type_id_label |
string |
|
☐ |
|
previous_activity_type_id |
string |
|
☐ |
|
recommended_activity_type_id_label |
string |
|
☐ |
|
recommended_activity_type_id |
string |
|
☐ |
|
request_partner_id_label |
string |
|
☐ |
|
request_partner_id |
string |
|
☐ |
|
res_id |
int32 |
Related Document ID |
☐ |
|
res_model_id_label |
string |
|
☐ |
|
res_model_id |
string |
|
☐ |
|
res_model |
string |
Related Document Model |
☐ |
|
res_name |
string |
Document Name |
☐ |
|
state |
string |
State |
☐ |
|
summary |
string |
Summary |
☐ |
|
user_id_label |
string |
|
☐ |
|
user_id |
string |
|
☐ |
|
voip_phonecall_id_label |
string |
|
☐ |
|
voip_phonecall_id |
string |
|
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826