write_file
Create or update a file in your Odoo.sh source directory with specified content, writing to a path relative to ~/src/user.
Instructions
Create or update a file with given content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content to write | |
| filePath | Yes | Path to the file relative to ~/src/user |