Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

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
Buang
Penulis Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
8
Apr 25
28935
1
Sep 24
3079
1
Apr 24
1350
1
Mar 22
2504
0
Nov 19
2723