mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
Update placeholders
This commit is contained in:
parent
3dd6678549
commit
d6b6dfc166
|
@ -381,7 +381,7 @@ export async function odooDelete(
|
|||
mapOdooResources[resource] || resource,
|
||||
mapOperationToJSONRPC[operation],
|
||||
itemsID ? [+itemsID] : [],
|
||||
{ context: context || {} }
|
||||
{ context: context || {} },
|
||||
],
|
||||
},
|
||||
id: randomInt(100),
|
||||
|
|
|
@ -270,7 +270,7 @@ export const contactDescription: INodeProperties[] = [
|
|||
name: 'options',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
placeholder: 'Add Field',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getAll', 'get'],
|
||||
|
|
|
@ -172,7 +172,7 @@ export const noteDescription: INodeProperties[] = [
|
|||
name: 'options',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
placeholder: 'Add Field',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getAll', 'get'],
|
||||
|
|
|
@ -223,7 +223,7 @@ export const opportunityDescription: INodeProperties[] = [
|
|||
name: 'options',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
placeholder: 'Add Field',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getAll', 'get'],
|
||||
|
|
Loading…
Reference in a new issue