AutomationFlows โ€บ General โ€บ Migrate Customer Data From Odoo V15 to V18

Migrate Customer Data From Odoo V15 to V18

ByEvozard @evozardconsultingโœ“ on n8n.io

๐Ÿ“„ Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.

Event triggerโ˜…โ˜…โ˜†โ˜†โ˜† complexity6 nodesOdoo
General Trigger: Event Nodes: 6 Complexity: โ˜…โ˜…โ˜†โ˜†โ˜† Added:

This workflow corresponds to n8n.io template #5029 โ€” we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide โ†’

Download .json
{
  "id": "B9xpugMtt73oaBjH",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Odoo customer migration v15 to v18",
  "tags": [],
  "nodes": [
    {
      "id": "d327a74c-9160-4794-9e52-eaf86a6c7963",
      "name": "Get Customers from v15",
      "type": "n8n-nodes-base.odoo",
      "position": [
        60,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "dec63cd2-0834-4126-a47f-f2d6158d9791",
      "name": "SplitInBatches",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        260,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "490cd57b-f9fa-40b1-91fb-558eacfd207d",
      "name": "Create Customers in v18",
      "type": "n8n-nodes-base.odoo",
      "position": [
        460,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "dbef350f-fea7-458d-a2b3-a41204eb2c1a",
      "name": "When clicking \u2018Test workflow\u2019",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -140,
        160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "50a42144-9a21-44ca-b8fe-042f7acf24d0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e5597617-5efe-4b49-81f7-dd2167e2ada6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "18b07fb7-99af-4953-9e41-cf7784f2720c",
  "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 \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Get Customers from v15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

๐Ÿ“„ Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.

Source: https://n8n.io/workflows/5029/ โ€” original creator credit. Request a take-down โ†’

More General workflows โ†’ ยท Browse all categories โ†’

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request, Read Write File
General

Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.

Google Sheets, N8N Training Customer Datastore
General

Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.

N8N Nodes Iterationlayer
General

Convert Xlsx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request
General

Convert Pptx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request