تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
1253 أدوات العرض

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
أبريل 25
28915
1
سبتمبر 24
3070
1
أبريل 24
1326
1
مارس 22
2500
0
نوفمبر 19
2717