delete_line
Remove a row from a one2many or many2many list field by index or while editing. Use before saving to discard unsaved changes.
Instructions
Remove a row from a one2many/many2many list field (e.g. order_line) by clicking its trash icon. line: 0-based row index, or "editing" for the row currently in edition. Nothing is saved until save/validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| field | Yes | ||
| scope | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |