Create Notes and Comments on Any Odoo Model Record — n8n Workflow

Low complexity Trigger2 nodes🏷️ Miscellaneous👁 234 viewsby Carlos Contreras

Overview

Introduction This workflow is designed to create and attach notes or comments to any record in your Odoo instance. It acts as a sub-workflow that can be triggered by a main workflow to log messages or comments in a centralized manner. By leveraging the powerful Odoo API, this template ensures that updates to records are handled efficiently, providing an organized way to document important information related to your business processes.

Setup Instructions Import the Workflow:

Import the provide

Nodes used

Odoo

Workflow Preview

Creates a Note in an Odoo Record
This sub-workflow receives data from a main workflow (f
W
When Executed by Another…
Odoo
2 nodes1 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 2 nodes, connecting executeworkflowtrigger, odoo.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (2)

OD

Odoo

odoo

#1

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded create-notes-and-comments-on-any-odoo-model-record file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Create Notes and Comments on Any Odoo Model Record", "nodes": [...], ...}

Integrations

executeworkflowtriggerodoo

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes2
Complexitylow
Triggertrigger
Views234

Created by

Carlos Contreras

Carlos Contreras

@carlosecv

Tags

executeworkflowtriggerodoo

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows