Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1574 Visualizzazioni

Hello,


I want to concatenate three values, or rather, in the sales form, I want to obtain a link which contains the Sales Order Number in the middle. What is a simple way to achieve it?


I would like it to be something like this:

"google/"+"SaleOrder"+"/abcdef"


See here: https://ibb.co/1KNzhb4


If you can help me, I thank you.



Avatar
Abbandona
Autore Risposta migliore

Solved.


Automated action.


Python code:


for record in records:

  record.write({

    'x_studio_link_archivos' : record.x_studio_link_inicio + record.name + record.x_studio_link_final

  })

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
8
apr 25
29358
1
set 24
3531
1
apr 24
1603
1
mar 22
2684
0
nov 19
3015