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 โ
{
"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
}
]
]
}
}
}
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 โ
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.
Convert Xlsx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.
Convert Pptx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.