Pending SO Items For Purchase Request get TypeError: 'NoneType' object is not iterable

when click in selling module on report Pending SO Items For Purchase Request
i get TypeError: ‘NoneType’ object is not iterable

and empty table

how to solve this problem
thanks in advanced

most probably there is no data in the object you are using inside the loop, try verifying if there is any actual data in the object

1 Like

Solved by remove some bundle products
and working very good after that
i don’t know why this strange solution
thank for all