odoo_unlink
Delete one or more Odoo records permanently using configured user permissions. Provide the model name and record IDs to remove data directly from Odoo.
Instructions
Permanently delete one or more Odoo records using the configured Odoo user permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| model | Yes | Technical Odoo model name, for example res.partner |