Closed phamgiang2510 closed 1 year ago
Thanks for report!
I need to update the readme :/ ... Try using $repeat_index
instead of $(gen intiter)
Thanks for report!
I need to update the readme :/ ... Try using
$repeat_index
instead of$(gen intiter)
Still no luck 😢 Did I miss something?
Command: $orders = $(search sale.order -d [['state','=','draft']]); repeat -t $orders['length'] -c "call sale.order action_cancel [$orders[$repeat_index]['id']]"
Result:
Fixed in 10.4.1
Thanks.
Basic Info. (please complete the following information):
$orders = $(search sale.order -d [['state','=','draft']]); repeat -t $orders['length'] -c "call sale.order action_cancel [$orders[$(gen intiter)]['id']]"
Describe the bug I tried to do a mass cancellation on quotations like the tutorial, but errors occurred.
Expected behavior Cancellation successfully.
Screenshots