odoo_website_remove_snippet
Remove a specific snippet block from an HTML field using its absolute XPath, writing back the reduced HTML.
Instructions
Remove a snippet block from a target HTML field. Locates via snippet_xpath (absolute). Writes back the reduced HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | ||
| res_id | Yes | ||
| field_name | Yes | ||
| snippet_xpath | Yes | ||
| lang | No | en_US | |
| dry_run | No |