跳至內容
選單
此問題已被標幟
1 回覆
1274 瀏覽次數

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.



頭像
捨棄
作者 最佳答案

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

  })

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
8
4月 25
28934
1
9月 24
3078
1
4月 24
1348
1
3月 22
2503
0
11月 19
2720