{
  "name": "Migrate customer data from Odoo v15 to v18",
  "nodes": [
    {
      "id": "d327a74c-9160-4794-9e52-eaf86a6c7963",
      "name": "Get Customers from v15",
      "type": "n8n-nodes-base.odoo",
      "position": [
        60,
        160
      ]
    },
    {
      "id": "dec63cd2-0834-4126-a47f-f2d6158d9791",
      "name": "SplitInBatches",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        260,
        160
      ]
    },
    {
      "id": "490cd57b-f9fa-40b1-91fb-558eacfd207d",
      "name": "Create Customers in v18",
      "type": "n8n-nodes-base.odoo",
      "position": [
        460,
        160
      ]
    },
    {
      "id": "dbef350f-fea7-458d-a2b3-a41204eb2c1a",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -140,
        160
      ]
    },
    {
      "id": "50a42144-9a21-44ca-b8fe-042f7acf24d0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e5597617-5efe-4b49-81f7-dd2167e2ada6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "SplitInBatches": {
      "main": [
        [
          {
            "node": "Create Customers in v18",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Customers from v15": {
      "main": [
        [
          {
            "node": "SplitInBatches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get Customers from v15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}