get_available_actions
Retrieve visible buttons and actions for a specific Odoo record based on its current field values, evaluating conditional visibility expressions to return only available options.
Instructions
Return the buttons and actions that are actually visible for a specific record right now, based on its current field values. Mirrors what the Odoo web client shows when a user opens the form view. invisible expressions are evaluated deterministically via field extraction and a targeted read of only the fields each expression references. Returns {visible_buttons[], server_actions[], reports[], can_create, can_write, can_delete}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| action_id | No | ||
| record_id | Yes |