odoo_refresh
Send a refresh notification to the user's Odoo browser tab. Use after creating, updating, or deleting records to automatically reload list/form/kanban views.
Instructions
Send a refresh notification to the user's Odoo browser tab. Call this after creating, updating, or deleting records so the user's list/form/kanban view reloads automatically. Requires l10n_bg_claude_terminal module installed on the Odoo instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | No | Model name to refresh (e.g. 'sale.order'). Empty = refresh any view. | |
| res_id | No | Specific record ID (0 = refresh all records in the view). |