activity_type |
Activity Type
Catalog: Odoo
Schema: mail
Documentation:
Activity Types are used to categorize activities. Each type is a different
kind of activity e.g. call, mail, meeting. An activity can be generic i.e.
available for all models using activities; or specific to a model in which
case res_model field should be used.
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_type are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
Active |
☐ |
|
category |
string |
Action |
☐ |
Actions may trigger specific behavior like opening calendar view or automatically mark as done when a document is uploaded |
chaining_type |
string |
Chaining Type |
☑ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
dashboard_visibility |
string |
Dashboard Visibility |
☐ |
Whether this type of activity should be displayed on Odoo.com dashboard.None: never display this type of activityOwn Activities: users will see only their own activities of this type on their dashboardAll Activities: users will see the all the activities of this type on their dashboard, whatever their owner |
decoration_type |
string |
Decoration Type |
☐ |
Change the background color of the related activities of this type. |
default_note |
string |
Default Note |
☐ |
|
default_user_id_label |
string |
|
☐ |
|
default_user_id |
string |
|
☐ |
|
delay_count |
int32 |
Schedule |
☐ |
Number of days/week/month before executing the action. It allows to plan the action deadline. |
delay_from |
string |
Delay Type |
☑ |
Type of delay |
delay_label |
string |
Delay Label |
☐ |
|
delay_unit |
string |
Delay units |
☑ |
Unit of delay |
display_name |
string |
Display Name |
☐ |
|
folder_id_label |
string |
|
☐ |
By defining a folder, the upload activities will generate a document |
folder_id |
string |
|
☐ |
By defining a folder, the upload activities will generate a document |
icon |
string |
Icon |
☐ |
Font awesome icon e.g. fa-tasks |
id |
int32 |
ID |
☐ |
|
initial_res_model |
string |
Initial model |
☐ |
Technical field to keep track of the model at the start of editing to support UX related behaviour |
mail_template_ids |
string |
|
☐ |
|
name |
string |
Name |
☑ |
|
previous_type_ids |
string |
|
☐ |
|
res_model_change |
boolean |
Model has change |
☐ |
|
res_model |
string |
Model |
☐ |
Specify a model if the activity should be specific to a model and not available when managing activities for other models. |
sequence |
int32 |
Sequence |
☐ |
|
suggested_next_type_ids |
string |
|
☐ |
Suggest these activities once the current one is marked as done. |
summary |
string |
Default Summary |
☐ |
|
tag_ids |
string |
|
☐ |
|
triggered_next_type_id_label |
string |
|
☐ |
Automatically schedule this activity once the current one is marked as done. |
triggered_next_type_id |
string |
|
☐ |
Automatically schedule this activity once the current one is marked as done. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826