Actions20
Overview
This node integrates with the Odoo API to create a new Note resource. It is useful for automating the addition of notes or memos within the Odoo system, such as logging comments, reminders, or annotations related to business processes. For example, a user can automatically create a note with a specific memo text whenever a certain event occurs in their workflow.
Use Case Examples
- Automatically create a note with a memo when a new customer is added.
- Log a memo note for internal tracking when a task is completed.
Properties
| Name | Meaning |
|---|---|
| Memo | The content of the note to be created, representing the memo text. |
Output
JSON
id- The unique identifier of the created note in Odoo.memo- The memo text content of the created note.
Dependencies
- Requires an Odoo API key credential with URL, username, password, and database name for authentication.
Troubleshooting
- Common issues include authentication failures due to incorrect credentials or URL, resulting in errors during API calls.
- Errors may occur if the memo field is missing or empty, as it is required for note creation.
- Network or connectivity issues with the Odoo server can cause request failures.
Links
- Odoo Official Documentation - Comprehensive resource for understanding Odoo API and its resources including Notes.