Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1247 Zobrazení

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
Zrušit
Autor Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
8
dub 25
28910
1
zář 24
3069
1
dub 24
1323
1
bře 22
2495
0
lis 19
2715