Skip to Content
Menú
This question has been flagged

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
Descartar
Autor Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
8
d’abr. 25
29085
1
de set. 24
3249
1
d’abr. 24
1429
1
de març 22
2564
0
de nov. 19
2852