Update placeholders

This commit is contained in:
Felipe Martins Diel 2024-11-03 04:42:32 -03:00
parent 3dd6678549
commit d6b6dfc166
4 changed files with 4 additions and 4 deletions

View file

@ -381,7 +381,7 @@ export async function odooDelete(
mapOdooResources[resource] || resource, mapOdooResources[resource] || resource,
mapOperationToJSONRPC[operation], mapOperationToJSONRPC[operation],
itemsID ? [+itemsID] : [], itemsID ? [+itemsID] : [],
{ context: context || {} } { context: context || {} },
], ],
}, },
id: randomInt(100), id: randomInt(100),

View file

@ -270,7 +270,7 @@ export const contactDescription: INodeProperties[] = [
name: 'options', name: 'options',
type: 'collection', type: 'collection',
default: {}, default: {},
placeholder: 'Add Field', placeholder: 'Add option',
displayOptions: { displayOptions: {
show: { show: {
operation: ['getAll', 'get'], operation: ['getAll', 'get'],

View file

@ -172,7 +172,7 @@ export const noteDescription: INodeProperties[] = [
name: 'options', name: 'options',
type: 'collection', type: 'collection',
default: {}, default: {},
placeholder: 'Add Field', placeholder: 'Add option',
displayOptions: { displayOptions: {
show: { show: {
operation: ['getAll', 'get'], operation: ['getAll', 'get'],

View file

@ -223,7 +223,7 @@ export const opportunityDescription: INodeProperties[] = [
name: 'options', name: 'options',
type: 'collection', type: 'collection',
default: {}, default: {},
placeholder: 'Add Field', placeholder: 'Add option',
displayOptions: { displayOptions: {
show: { show: {
operation: ['getAll', 'get'], operation: ['getAll', 'get'],