Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2392 มุมมอง

Hello Community ,

I have a special case where i want to launch an wizard for every line in sale order how can i do that , when i loop on sale.order.line:

for record in sale.order_line:

return {....}

it only return one time. how to open a wizard for every line ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You can return from one method only once. If you want to return multiple wizards try returning second on from a method in first wizard(like a next button) and so on.

อวตาร
ละทิ้ง