Tardo / OdooTerminal

Webextension tool for Odoo
GNU Affero General Public License v3.0
119 stars 27 forks source link

[BUG] Cannot do mass operation like the tutorial #128

Closed phamgiang2510 closed 11 months ago

phamgiang2510 commented 11 months ago

Basic Info. (please complete the following information):

Describe the bug I tried to do a mass cancellation on quotations like the tutorial, but errors occurred.

Expected behavior Cancellation successfully.

Screenshots image

Tardo commented 11 months ago

Thanks for report!

I need to update the readme :/ ... Try using $repeat_index instead of $(gen intiter)

phamgiang2510 commented 11 months ago

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: image

Tardo commented 11 months ago

Fixed in 10.4.1

Thanks.