mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Add Odoo and RedisTrigger node codex (#3005)
* .168.2fixed: Auto stash before rebase of "refs/heads/codex/0.168.2fixed" Odoo and Redis Trigger codex files update * Update RedisTrigger.node.json Co-authored-by: Niv <nivbelleli@gmail.com>
This commit is contained in:
parent
fa7b12c3a3
commit
3196d4615b
|
@ -16,5 +16,8 @@
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.odoo/"
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.odoo/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
}
|
"alias": [
|
||||||
|
"ERP"
|
||||||
|
]
|
||||||
|
}
|
|
@ -4,7 +4,8 @@
|
||||||
"codexVersion": "1.0",
|
"codexVersion": "1.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Communication",
|
"Communication",
|
||||||
"Development"
|
"Development",
|
||||||
|
"Data & Storage"
|
||||||
],
|
],
|
||||||
"resources": {
|
"resources": {
|
||||||
"credentialDocumentation": [
|
"credentialDocumentation": [
|
||||||
|
|
Loading…
Reference in a new issue