Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Base
Entity: ir.actions.server
Description: Server Actions
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| allowed_states | Allowed states | Json | - | _compute_allowed_states |
| automated_name | Char | - | _compute_name | |
| available_model_ids | Available Models | Many-to-Many | ir.model | _compute_available_model_ids |
| child_ids | Child Actions | One-to-Many | ir.actions.server | |
| code | Python Code | Text | - | |
| crud_model_id | Record to Create | Many-to-One | ir.model | _compute_crud_relations |
| crud_model_name | Target Model Name | Char | crud_model_id.model | |
| evaluation_type | Selection | - | ||
| group_ids | Allowed Groups | Many-to-Many | res.groups | |
| html_value | Html | - | ||
| ir_cron_ids | Scheduled Action | One-to-Many | ir.cron | |
| link_field_id | Link Field | Many-to-One | ir.model.fields | |
| model_id | Model | Many-to-One | ir.model | |
| model_name | Model Name | Char | model_id.model | |
| name | Char | - | _compute_name | |
| parent_id | Parent Action | Many-to-One | ir.actions.server | |
| resource_ref | Record | Reference | - | |
| selection_value | Custom Value | Many-to-One | ir.model.fields.selection | |
| sequence | Integer | - | ||
| sequence_id | Sequence to use | Many-to-One | ir.sequence | |
| show_code_history | Boolean | - | _compute_show_code_history | |
| state | Type | Selection | - | |
| type | Char | - | ||
| update_boolean_value | Boolean Value | Selection | - | |
| update_field_id | Field to Update | Many-to-One | ir.model.fields | _compute_crud_relations |
| update_field_type | Selection | update_field_id.ttype | ||
| update_m2m_operation | Many2many Operations | Selection | - | |
| update_path | Field to Update Path | Char | - | |
| update_related_model_id | Many-to-One | ir.model | _compute_crud_relations | |
| usage | Usage | Selection | - | |
| value | Text | - | ||
| value_field_to_show | Selection | - | _compute_value_field_to_show | |
| warning | Warning | Text | - | _compute_warning |
| webhook_field_ids | Webhook Fields | Many-to-Many | ir.model.fields | |
| webhook_sample_payload | Sample Payload | Text | - | _compute_webhook_sample_payload |
| webhook_url | Webhook URL | Char | - |
