{
  "name": "Create notes and comments on any Odoo model record",
  "nodes": [
    {
      "id": "aec2c855-0861-4757-a43e-2729d63973ea",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "30a07404-6aa2-4ea4-9edc-e558d551f611",
      "name": "Odoo",
      "type": "n8n-nodes-base.odoo",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "b5c95ef2-66a7-4706-9ffb-9359133c889e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -60
      ],
      "parameters": {
        "width": 400,
        "height": 260,
        "content": "## Creates a Note in an Odoo Record\nThis sub-workflow receives data from a main workflow (for example, a record ID, a message, and the Odoo model) and creates a new note (or comment) in the correspond"
      }
    }
  ],
  "connections": {
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Odoo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}